You're not doing anything wrong. The broker creates the destinations on-demand or you can configure the broker to create the destinations on startup. For example:
<broker xmlns="http://activemq.apache.org/schema/core"> <destinations> <queue physicalName="FOO.BAR" /> <topic physicalName="SOME.TOPIC" /> </destinations> </broker> ----- Joe http://www.ttmsolutions.com/ -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-get-activemq-to-pick-up-jndi-properties-tp3166358p3173784.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.