glassfish3 cluster queue browser
Hi there,
I have some web app running in a Gv3 cluster. I'd like to be able to query/browse messages for a given queue for each node in the cluster.
I've read about [message pre-sending|http://openmessaging.blogspot.com/2009/03/consumer-flow-control-and-message.html] and my understanding is that if I just use a QueueBrowser I can only see the messages for the node that handles the current request. This is quite confusing, because each reload might result in a different node and different messages.
It also makes it hard to delete messages from a queue, because with load balancing there is a good chance to pick a different node each request and then the referenced message does not exist (on the node handling the new request).
Any ideas/pointers appreciated.