You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by joe_fernandez <jo...@ttmsolutions.com> on 2011/01/04 16:50:50 UTC

Re: How to get activemq to pick up jndi.properties

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.