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 Durable Distributed Topics Weblogic 8.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » BEA/Weblogic
Reply Bookmark "JMS Durable Distributed Topics Weblogic 8.1" Watch "JMS Durable Distributed Topics Weblogic 8.1" New topic
Author

JMS Durable Distributed Topics Weblogic 8.1

Patrick Parato
Greenhorn

Joined: Oct 02, 2003
Posts: 1
Please forgive my ignorance if I am doing something silly. I am new to Weblogic and JMS, but learning a lot quickly. Any help will be greatly appreciated.
I am running weblogic 8.1 with no service packs in a development environment only. We are trying to work out what is the expected behaviour for our current JMS Topic framework.
I have a two server cluster with distributed topics configured. The two topics are configured to be durable. I have a test which generates about 100 events for test purposes. Under normal circumstances, each server processes about 50 messages. (Load balancing!)
When the test is running, I kill one of the servers manually before it finishes. (Not a gracefull shutdown). The killed server processes about 20 messages, and the running server processes about 50. I can see that tables have something (I don't know what) representing about all 100 events sent. When I bring the killed server back up, nothing happens. I would expect, from the documentation that I read, that the remaining 30 or so events will be put on the topic to be processed by our MDBs.
Why don't all the events get placed on the topic of the killed server?
What is the expected behaviour here?
Is something wrong with my topic setup?
Thanks in advance for any help...
regards,
Patrick Parato
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JMS Durable Distributed Topics Weblogic 8.1
 
Similar Threads
JMS Questions
Connecting from JBoss to JMS on WebLogic
Clustered JMS /MDB
How long could be JMS Durable.
Question on MessageDriven Beans