This document describes the configuration of destinations, i.e. Queue, and Topic instances.
Destinations are bound in JNDI by the OpenJMS server, to make them available to clients.
There are three methods for configuring destinations:
Destinations may be configured in the $OPENJMS_HOME/config/openjms.xml file. E.g:
<AdministeredDestinations> <AdministeredTopic name="topic1"> <Subscriber name="sub1" /> <Subscriber name="sub2" /> </AdministeredTopic> <AdministeredTopic name="topic2"/> <AdministeredQueue name="queue1" /> <AdministeredQueue name="queue2" /> <AdministeredQueue name="queue3" /> </AdministeredDestinations>
In the above: