Overview
This document describes the configuration of destinations,
i.e.
Destinations are bound in JNDI by the OpenJMS server, to make them available to clients. There are three methods for configuring destinations:
Configuring DestinationsDestinations 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:
See AlsoFor more details, see the AdministeredDestinations configuration reference. |