Client is Spring application running on JBoss server. Broker is either new fuse broker or apache activemq 5.4.2.
All I am doing is using a failover url in connection factory and just using one fuse broker running. I just want Spring application reconnect to fuse broker if broker is restarted. It does. But if I restart my spring application, I get to see the following complaint on broker. Please suggest , should I further tune broker ? Has this been seen before? *********************************************** 2011-03-11 00:00:02,403 | WARN | Async error occurred: java.lang.IllegalStateException: Cannot remove a consumer from a session that had not been registered: ID:cmlinxapp02.company.com-40623-1299802438786-0:11:1 | org.apache.activemq.broker.TransportConnection.Service | ActiveMQ Transport: tcp:///IPADDRESS:43993 java.lang.IllegalStateException: Cannot remove a consumer from a session that had not been registered: ID:cmlinxapp02.company.com-40623-1299802438786-0:11:1 at org.apache.activemq.broker.TransportConnection.processRemoveConsumer(TransportConnection.java:569) at org.apache.activemq.command.RemoveInfo.visit(RemoveInfo.java:76) at org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:310) at org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:184) at org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:69) at org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:113) at org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:227) at org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:83) at org.apache.activemq.transport.tcp.TcpTransport.doRun(TcpTransport.java:222) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:204) at java.lang.Thread.run(Thread.java:595) *********************************************************** -- View this message in context: http://activemq.2283324.n4.nabble.com/Async-error-occurred-Can-not-remove-a-consumer-from-a-session-not-regd-tp3349195p3349195.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.
