update to previous notes.

When my app tries to send a message to a local topic - I get the following 
exception :


org.jboss.mq.SpyJMSException: Cannot send a message to the JMS server; - nested 
throwable: (java.io.IOException: Client is not connected)        at 
org.jboss.mq.Connection.sendToServer(Connection.java:1028)
        at org.jboss.mq.SpySession.sendMessage(SpySession.java:1005)
        at org.jboss.mq.SpyMessageProducer.send(SpyMessageProducer.java:265)
        at org.jboss.mq.SpyMessageProducer.send(SpyMessageProducer.java:199)
        at org.jboss.mq.SpyTopicPublisher.publish(SpyTopicPublisher.java:58)
        at 
com.actual_systems.p2.server.session.remote.ejb.VehicleFindMDBean.summarizeAndSendVehicles(VehicleFindMDBean.java:350)
        at 
com.actual_systems.p2.server.session.remote.ejb.VehicleFindMDBean.startSearch(VehicleFindMDBean.java:231)
        at 
com.actual_systems.p2.server.session.remote.ejb.VehicleFindMDBean.onMessage(VehicleFindMDBean.java:164)


The client is still connected -- and I can see the socket connections using 
netstat or lsof.


When the remote JMS provider comes back up -- I start receiving messages from 
the remote queue, but sending messages to the local topic still fails -- the 
only way to make it start working again is to restart JBoss on the local 
machine.


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

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


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to