ActiveMQ OSGi bundles
About this task
All ActiveMQ modules are packaged as OSGi bundles and can be used in any OSGi container, such as the Talend Runtime Container.
Procedure
Results
Once ActiveMQ installed and started in the container, you will be able to use it via the following commands: activemq:[command]
[command] |
Description |
---|---|
browse | Display selected messages in a specified destination |
bstat | Displays useful broker statistics |
dstat | Displays a tabular summary of statistics for the queues on the broker |
list | Lists all available brokers in the specified JMX context |
purge | Delete selected destination's messages that matches the message selector |
query | Display selected broker component's attributes and statistics |
And to obtain detailed help on a given command, just execute: activemq:[command] --help