Java Reference
In-Depth Information
Adding JMS resources
Adding a new JMS destination is quite easy since it does not require a lengthy set
of commands. However, it is sometimes your application that needs to set up lots of
JMS destinations in order to work, so why not create a script for it too? The following
is a tiny script that adds a JMS queue to the server configuration:
connect
jms-queue add --queue-address=queue1
--entries=queues/queue1
And the following is the corresponding script for creating a JMS topic:
connect
jms-topic add --topic-address=topic1
--entries=topics/topic1
Search WWH ::




Custom Search