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
