Hi Nikhil, which of the JMS clients (AMQP 0-9-/10 or AMQP 1.0) are you using - and which AMQP broker/service are you connecting to?
Also, queries such as these should probably be send to the [email protected] mailing list where they will likely be spotted easier than in the dev list which is mainly full of JIRA updates / review requests / etc. Cheers, Rob On 3 November 2016 at 21:55, Nikhil Pathare <[email protected]> wrote: > Hi Experts, > > > > I am using qpid for AMQP. Queue name is - sample\testQueue. > > How can I specify the same in jndi property of qpid? > > > > queue.myQueueLookup=sample\testQueue > > > > If queue name is specified as test\sampleQueue, I am getting below error: > > Exception in thread "main" javax.jms.InvalidDestinationException: Store > not > found :sample\testQueue:javax.jms.Queue [condition = amqp:not-found] > > > > For queue name without “\”, it works fine. > > > Thanks, > > Nikhil >
