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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to