[JBoss-user] [Messaging, JMS JBossMQ] - Re: SocketException

2004-10-27 Thread adamrice32
I am experiencing the exact same behavior. Did you figure out what was wrong? My first thought was that the queue connection was not closed, but explicitly calling queueConnection.close() did not make a difference. Any thoughts? Thanks, Adam Rice hswen wrote : Hi, | I have a stand alone

[JBoss-user] [Messaging, JMS JBossMQ] - Re: Do I have to close QueueSession

2004-10-27 Thread adamrice32
Hi Adrian, I was experiencing something similar, where I was getting a SocketException after pumping a bunch of messages onto a queue. I added code to close the session and then close the connection, but I still see a single EOFException when the client shuts down. Any thoughts? Thanks,