WildFly ActiveMQ Destination Configuration

From NovaOrdis Knowledge Base
Jump to navigation Jump to search

Internal

Adding a Queue with CLI

jms-queue add --queue-address=novaordis --entries=[queue/novaordis jms/queue/novaordis java:jboss/exported/jms/queue/novaordis]

where:

queue-address

Represents the queue's routing configuration.

entries

"entries" represents a square-bracked enclosed list with multiple JNDI names separated by a single space space. These names can be used by clients to look up the queue.

Querying the Configuration of a JMS Destination

jms-queue read-resource --queue-address=myQueue