[java] WARN ActiveMQConnection - Cleanup failed
[java] org.apache.activemq.ConnectionClosedException: The connection is
already closed
Maybe two reason cause this.
1. your activemq is shutted down.
2.your code is error.
If you used a cached connection,but it is closed now,and when you use
it,you do not make a check.
I always use a new Connection,because I use it in schedule ,there is no
need for me to cache it.
You should check your code.
Best Wishes.
--
I love Java!
I love Sports!
I love this Game !
home:http://www.jsports.org
blog:
http://blog.csdn.net/jsports
http://blog.matrix.org.cn/page/jsports
|