Atomikos Forum |
|
What is the expected behavior if my jms server goes down and comes up., in the meantime my application server running along with Atomikos never goes down.
I tried the following test: Step1) appserver & jms server up - send one message - it worked
Sorry..about the previous post.
Here is the test case... ************** I tried the following test: Step1) appserver & jms server up - send a message(M1)- it worked - get committed to database. Step2) appserver up but jms server down - See continous exceptions on the appserver log Step3) appserver up and jms server up now - No more exception on appserver log - Send a message(M2) - Atomikos picked it up and processing it as per logs., but never gets commited to db. Step4) Stop appserver and restarted it. Jms server is running. - Message M2 goes to dead letter queue - Send a message(M3) - M3 works as expected. So is it expected to bring down the application server when the jms server goes down when using atomikos. Thanks. *************** |