File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Threads and Synchronization and the fly likes JMS Topic shows increasing number of pending messages Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Threads and Synchronization
Reply Bookmark "JMS Topic shows increasing number of pending messages" Watch "JMS Topic shows increasing number of pending messages" New topic
Author

JMS Topic shows increasing number of pending messages

R Sin
Greenhorn

Joined: Jul 11, 2003
Posts: 1
Application Server: WebLogic 6.1 sp2
Database: Oracle 8i
OS: UNIX (solaris)
Issue:
Messages (XML documents) are received at a JMS Queue and are then routed via a session bean to a JMS Topic. The Topic then sends them for processing to stateless session beans. Which finally insert/update to the database.
Noticed that while the "messages pending" at the JMS Queue is zero, the rate of "messages pending" at the Topic is steadily increasing. A vmstst on the server shows that idle time is 95% and from the WL Console, the idle thread count is around 9 (using default of 15).
BEA said that this was a known defect on WL 6.1 sp2 and we are using a patch from them, but doesn't seem to help. Database looks OK.
Thanks.
 
IntelliJ Java IDE
 
subject: JMS Topic shows increasing number of pending messages
 
Threads others viewed
JMS and XAException on WLS 6...
Understanding ServerSessionPool
EJBs and MBDs...I need some help plz
Confiiguring JMS on WebLogic 6.1
Find the Pending Messages in an Queue
IntelliJ Java IDE