DiscardingDLQBroker
| |
code | html |
DiscardingDLQBrokerPlugin
| |
code | html |
ForcePersistencyModeBroker
| A Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT. |
code | html |
ForcePersistencyModeBrokerPlugin
| A Plugin which allows to force every incoming message to be PERSISTENT or NON-PERSISTENT. |
code | html |
StatisticsBroker
| A StatisticsBroker You can retrieve a Map Message for a Destination - or
Broker containing statistics as key-value pairs The message must contain a
replyTo Destination - else its ignored |
code | html |
StatisticsBrokerPlugin
| A StatisticsBrokerPlugin
You can retrieve a Map Message for a Destination - or
Broker containing statistics as key-value pairs The message must contain a
replyTo Destination - else its ignored
To retrieve stats on the broker send a empty message to ActiveMQ.Statistics.Broker (Queue or Topic)
With a replyTo set to the destination you want the stats returned to. |
code | html |