WildFly ActiveMQ Destination Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 18: Line 18:


"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.
"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=
<pre>
jms-queue read-resource --queue-address=myQueue
</pre>

Revision as of 20:28, 22 January 2017

Internal

Adding a Queue with CLI

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

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