I have the following problem:
I defined a MessageDrivenBean that subscribes to one Topic and process messages from it. I have multiple publishers that send PERSISTANT messages to that topic.
As long as this is the situation everything works fine. As soon as another subscriber joins the topic either from within the application server or as an outside client the MessageDriverBean stops receiving the messages. This situation continues even after the other subscriber come down. Any suggestion?
BTW I am using WebLogic 6.1 sp1
Thanks,
-- Orly
-
MessageDrivenBean stops working (1 messages)
- Posted by: Orly Bulshtein
- Posted on: February 17 2002 08:02 EST
Threaded Messages (1)
- MessageDrivenBean stops working by Sriganesh Sundaram on February 20 2002 22:45 EST
-
MessageDrivenBean stops working[ Go to top ]
- Posted by: Sriganesh Sundaram
- Posted on: February 20 2002 22:45 EST
- in response to Orly Bulshtein
You may want to check if the other subscriber is using the same JNDI name! I have made this mistake before.. :)
HTH,
-Sri