hi,    

 I have an MDB (using CMT) which listens to a queue on the local server and 
sends the message to a remote queue The MDB connects to the remote queue by a 
lookup (jmsXA) from the onMessage() method.The onMessage method have a catch 
clause to catch the exceptions.I can send message to the remote queue,but once 
the remote machine is down the problem begins.When the MDB gets a new message 
it make a lookup of the remote queue ,The following exception is thrown which I 
could not catch.
     
 org.jboss.mq.SpyXAException: - nested throwable: 
(org.jboss.mq.SpyJMSException: Cannot process a transaction; - nested 
throwable: (java.io.IOException: Client is not connected)) 

     can anyone please help me to solve this problem?


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872398#3872398

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872398


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to