Tagged Questions
3
votes
2answers
1k views
How to get the number of JMS messages in a Topic
How do I get the number of JMS messages waiting to be consumed by a specific JMS message subscriber? I use the Topic model (publish/subscribe) and not the Queue model.
I want my MDB (message driven ...
0
votes
3answers
2k views
How to pause JMS topic subscriber from receiving messages
My setup: JBoss Messaging 1.4 running on JBoss 4.2.3
I have a couple of MDB's that subscribes on one topic, and the MDB's onMessage() tries to deliver the received message to one web service each.
...