Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

glassfish3 cluster queue browser

dermanomannSep 26 2011 — edited Sep 27 2011
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.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Oct 25 2011
Added on Sep 26 2011
4 comments
134 views