Re: Transport Connection WARN

2014-01-04 Thread Rodrigo Ramos
Thanks my friend. 2014/1/4 artnaseef > Then you have nothing to worry about - the warning is actually a good > thing, > telling you the broker saw the end of the connection and should cleanup > properly. > > Cheers. > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.

Re: Transport Connection WARN

2014-01-04 Thread artnaseef
Then you have nothing to worry about - the warning is actually a good thing, telling you the broker saw the end of the connection and should cleanup properly. Cheers. -- View this message in context: http://activemq.2283324.n4.nabble.com/Transport-Connection-WARN-tp4676004p4676018.html Sent fr

Re: Transport Connection WARN

2014-01-04 Thread Rodrigo Ramos
Thanks for your answer. In my case could be cause my team has used kill command. Regards 2014/1/4 artnaseef > It's normal if the other end of the connection was closed without first > shutting down the JMS connection. This can easily happen under the > following conditions: > > - JVM termin

Re: Transport Connection WARN

2014-01-04 Thread artnaseef
It's normal if the other end of the connection was closed without first shutting down the JMS connection. This can easily happen under the following conditions: - JVM terminates abnormally - Server power failure - Network connection broken (e.g. disconnected ethernet wire) -- View this messag