| 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
|
 |
 |
|
|
subject: How can I know how many messages remain in JMS Queue?
|
|
|