This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes BEA/Weblogic and the fly likes JMS Queue Messages for multiple consumers on weblogic 8.1 sp6 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply locked New topic
Author

JMS Queue Messages for multiple consumers on weblogic 8.1 sp6

praveen kasi
Greenhorn

Joined: Jul 10, 2008
Posts: 3
I have encountered a problem. I have one jms queue and multiple slaves listening to that queue asynchronously. If there are more messages on that queue they are not picked up by all slaves but only concentrated with one or two slaves and other slaves are still idle. I have started all slaves at a time and later the messages are sent to queue. We are using weblogic 8.1 sp6 and the consumers are jms clients.

Does any one encountered this problem. If yes, appreciate a quick response for resolving this.
[ July 10, 2008: Message edited by: poppy crazy ]
Jesper de Jong
Java Cowboy
Bartender

Joined: Aug 16, 2005
Posts: 12956
    
    3

Please don't post the same question multiple times.

Do not forget to read the private message that you received from moderator Scott Selikoff. You can see it by clicking My Private Messages.


Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JMS Queue Messages for multiple consumers on weblogic 8.1 sp6
 
Similar Threads
Error: [jspc]: 0 file(s) failed
Security for JMS destination
jms message ack problem in transaction
HOW-CONFIGURE FOREIGN JMSCONNECTIONFACTORY&QUEUE IN WEBLOGIC 8.1 TO ACCESS MQ5.3(Msgs
JMS Queue Messages for multiple consumers