Two Laptop Bag
The moose likes BEA/Weblogic and the fly likes MDB Listener for a JMS Queue is not processing messages asynchronously Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "MDB Listener for a JMS Queue is not processing messages asynchronously" Watch "MDB Listener for a JMS Queue is not processing messages asynchronously" New topic
Author

MDB Listener for a JMS Queue is not processing messages asynchronously

Kumara Swamy
Ranch Hand

Joined: Nov 17, 2008
Posts: 34
Hi,
I have a JMS queue and configured with a MDB listener in Weblogic 10.3 to get the asynchronous behaviour.
We defined pool of 5 objects to MDB and the 5 objects are getting created successfully.

The issue is ::
From the pool of objects only one object is processing all the messages one by one so it is becoming synchronous.

The messages should distribute to all the objects available in the pool. How can we acheive this?
 
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: MDB Listener for a JMS Queue is not processing messages asynchronously
 
Similar Threads
Session Facade
Server Listening mode problem
Websphere MDB MQ listener port problems
Performance Tuning with respect to Message Queue and Message Driven Beans
MDB Vs Message Listener performance