Re: consumer.receiveNoWait() question

2012-09-18 Thread prabugp
receiveNoWait() should retrieve the message, if there is one available in the queue to be picked up. I'd check the configuration of the consumer to see if it's listening on the Queue of interest and also that there are no message selectors involved that could make the consumer not pick the msg. Thi

Re: Record with Queue name null displayed in Admin Console

2012-09-18 Thread prabugp
Is there some other program that manages the destinations that are in ActiveMQ? Because, I find it almost impossible to create a queue without a name from the Admin console or edit it afterwards. (If you managed to do it, do let me know. I'm a new user myself). Otherwise, I'd check other places wh