ConsumerInfo
Summary
Embedded ActiveMQ consumer
Description
Embedded ActiveMQ consumer description
Fields
| Field Name |
Type |
Since Version |
Description |
destinationType |
String |
|
Destination type: Queue, Topic, TempQueue, TempTopic |
destinationName |
String |
|
Destination name |
clientId |
String |
|
Client ID |
connectionId |
String |
|
Connection ID |
Selector |
String |
|
Destination message selector |
sessionId |
Long |
|
Session ID |
enqueues |
Long |
|
Number of enqueue operations |
dequeues |
Long |
|
Number of dequeue operations |
dispatched |
Long |
|
Number of dispatched operation |
dispatchedQueueSize |
Long |
|
Size of dispatch queue |
prefetch |
Long |
|
Prefetch size of subscription |
maxPending |
Long |
|
Maximum number of pending messages |
exclusive |
Boolean |
|
Indicates that consumer is exclusive on destination |
retroactive |
Boolean |
|
Indicates that consumer is can receive previously stored messages (topics only) |