[jboss-user] [JBoss Messaging] - Re: [JMSWireFormat] Failed to write packet
timfox
do-not-reply at jboss.com
Thu Jun 7 06:46:58 EDT 2007
You are probably closing your client application without cleanly closing its JMS connections, or perhaps you are killing your client app.
The server then tries to send a message to your client, only to find it is no longer there, hence the exception. The server will then cleanup the server side resources associated with the badly behaved client.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052054#4052054
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4052054
More information about the jboss-user
mailing list