You don't have to use jndi as destination are created on the fly in activemq. see: http://activemq.apache.org/how-do-i-create-new-destinations.html
2009/6/26 snake360 <[email protected]> > > Hi, > I'm new to JMS and I'd like to develop a JMS publisher. > I have specified myTopic = seriousFacts in the jndi.properties file require > to set the initial > context but it doesn't detect it. I can't find any example of this kind of > file so I have no clue how to solve this. I'm getting the error > "javax.naming.NameNotFoundException: myTopic" > at the line "destination = (Destination)jndiContext.lookup("myTopic")" > > How do I have to specify the destination please? > From what I understood destination name is just any name for a topic or a > queuem isn't it? > > Thanks > Snake > -- > View this message in context: > http://www.nabble.com/Look-up-for-destination-name-in-JNDI-tp24226934p24226934.html > Sent from the ActiveMQ - Dev mailing list archive at Nabble.com. > > -- http://blog.garytully.com Open Source Integration http://fusesource.com
