[jboss-user] [Messaging, JMS & JBossMQ] - Re: Exiting on IOE java.net.SocketException: socket closed

fsanti do-not-reply at jboss.com
Mon Mar 19 08:59:51 EDT 2007


This is an old topic, but since there is not much information about this issue, it could be useful ...

I had the same problem when I tried to get the connection factory from JNDI "/ConnectionFactory". The code works fine, messages can be sent and received sucessfully, but generating a lot of server.log entries...

I did the same thing sucessfully when I changed the connection factory to "/QueueConnectionFactory".

ConnectionFactory = (ConnectionFactory)ic.lookup("/QueueConnectionFactory");


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

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



More information about the jboss-user mailing list