Look up for destination name in JNDI
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