I saw the example to create Exclusive Consumer as below. queue = new ActiveMQQueue("TEST.QUEUE?consumer.exclusive=true"); If I use JNDI, how do I do? initialContext.lookup("TEST.QUEUE?consumer.exclusive=true") does not work.
Any idea? Thanks in advance. -- View this message in context: http://www.nabble.com/Exclusive-Consumer-tf2187362.html#a6051195 Sent from the ActiveMQ - User forum at Nabble.com.