What exactly do you mean by a "value"? From an API point of view there are only messages in a queue.
But you don't need to browser the whole queue to detect the messages of interest. You can you a JMS selector expression: http://download.oracle.com/javaee/1.3/api/javax/jms/Message.html HTH, Tobias -- View this message in context: http://activemq.2283324.n4.nabble.com/Fetching-a-message-from-a-queue-tp2953864p2953920.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
