You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Mykola <mp...@gmail.com> on 2007/10/04 11:22:20 UTC

Exception during acknowlegement of message

Hi all,
We've got yesterday exception and I'd want to know what can cause it and
what is the impact of it
 - was it called after message processing?
 - was it removed fro queue if we use JMS transaction?

version of AMQ we use is 4.1.1 and operations says that more likely it was
not processed since there were no email that should be issued by its
processing. This concerns me much since we rely on AMQ as a transact tool
Exception log 
03-10-2007 13:20:55,031 WARN Async exception with no exception listener:
java.lang.IllegalArgumentException: The subscription does not exist:
ID:linuxcp19312-43262-1191343250840-0:2:295:1
java.lang.IllegalArgumentException: The subscription does not exist:
ID:linuxcp19312-43262-1191343250840-0:2:295:1
at
org.apache.activemq.broker.region.AbstractRegion.acknowledge(AbstractRegion.java:298)
at
org.apache.activemq.broker.region.RegionBroker.acknowledge(RegionBroker.java:402)
at
org.apache.activemq.broker.TransactionBroker.acknowledge(TransactionBroker.java:177)
at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:74)
at org.apache.activemq.broker.BrokerFilter.acknowledge(BrokerFilter.java:74)
at
org.apache.activemq.broker.MutableBrokerFilter.acknowledge(MutableBrokerFilter.java:88)
at
org.apache.activemq.broker.TransportConnection.processMessageAck(TransportConnection.java:506)
at org.apache.activemq.command.MessageAck.visit(MessageAck.java:179)
at
org.apache.activemq.broker.TransportConnection.service(TransportConnection.java:294)
at
org.apache.activemq.broker.TransportConnection$1.onCommand(TransportConnection.java:185)
at
org.apache.activemq.transport.TransportFilter.onCommand(TransportFilter.java:65)
at
org.apache.activemq.transport.WireFormatNegotiator.onCommand(WireFormatNegotiator.java:133)
at
org.apache.activemq.transport.InactivityMonitor.onCommand(InactivityMonitor.java:122)
at
org.apache.activemq.transport.TransportSupport.doConsume(TransportSupport.java:84)
at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:137)
at java.lang.Thread.run(Thread.java:595)


Thanks in advance for any help
-- 
View this message in context: http://www.nabble.com/Exception-during-acknowlegement-of-message-tf4566707s2354.html#a13035375
Sent from the ActiveMQ - User mailing list archive at Nabble.com.