Hi, you should use
topic.myTopic = seriousFacts in you JNDI configuration Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Fri, Jun 26, 2009 at 10:36 PM, snake360 <[email protected]> wrote: > > 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. > >
