aspose file tools
The moose likes EJB and other Java EE Technologies and the fly likes How can I know how many messages remain in JMS Queue? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "How can I know how many messages remain in JMS Queue?" Watch "How can I know how many messages remain in JMS Queue?" New topic
Author

How can I know how many messages remain in JMS Queue?

Along huang
Ranch Hand

Joined: Feb 09, 2004
Posts: 72
I am developing a SMS(short message) system, it relate to send millions of messages to user's mobile phones, so I use JMS to keep the messages temporaryly, and the system must load data from database into JMS Server group by group.

When first group messages is nearly consumed over, the system must detect the status of JMS server(how many messages remain), so that it can load second group messages in time.

The problem is that how can I know how many messages remain in Queue?

Along


SCJP1.4 SCJD 2<br />SCEA(In progressing)
Nathaniel Stoddard
Ranch Hand

Joined: May 29, 2003
Posts: 1258
JMS has something called a QueueBrowser that you may want to read up on and see if it will do what you want it to do.


Nathaniel Stodard<br />SCJP, SCJD, SCWCD, SCBCD, SCDJWS, ICAD, ICSD, ICED
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How can I know how many messages remain in JMS Queue?
 
Similar Threads
consuming messages from JMS Queue without other group having to do anything
Persistent Messages, What heppens if a system is started!
Message-driven bean acknowledgment.
Specifying JMS Queue size in OAS
Help with JMS solutions