Re: Unmatched acknowledge: MessageAck (start of ack) in XA transaction initiated by Oracle Service Bus

2017-02-16 Thread aphor
there is unmatched acknowledge error information in log files Regards, Aphor -- View this message in context: http://activemq.2283324.n4.nabble.com/Unmatched-acknowledge-MessageAck-start-of-ack-in-XA-transaction-initiated-by-Oracle-Service-Bus-tp4721356p4722092.html Sent from the ActiveMQ -

Re: Unmatched acknowledge: MessageAck (start of ack) in XA transaction initiated by Oracle Service Bus

2017-02-10 Thread ionut.marin
-- > If you reply to this email, your message will be added to the discussion > below: > http://activemq.2283324.n4.nabble.com/Unmatched- > acknowledge-MessageAck-start-of-ack-in-XA-transaction- > initiated-by-Oracle-Service-Bus-tp4721356p4721840.html > To unsubscribe

Re: Unmatched acknowledge: MessageAck (start of ack) in XA transaction initiated by Oracle Service Bus

2017-02-09 Thread aphor
Did you get solution? I got similar issue and post at http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-after-failover-td4719934.html -- View this message in context: http://activemq.2283324.n4.nabble.com/Unmatched-acknowledge-MessageAck-start-of-ack-in-XA-transaction-initiated-by

Unmatched acknowledge: MessageAck (start of ack) in XA transaction initiated by Oracle Service Bus

2017-01-25 Thread ionut.marin
: javax.jms.JMSException: Unmatched acknowledge: MessageAck [ackType=2, consumerId=ID:hostname-54889-1485178975287-2653:1:3:1, firstMessageId=ID:D02DI1441258DIT-65515-1485250604824-4:1:1:1:2, lastMessageId=ID:D02DI1441258DIT-65515-1485250604824-4:1:1:1:9, destination=queue://TestQueue, transactionId=XID:[48801

Re: Unmatched acknowledge: MessageAck

2015-05-17 Thread salma ali
null}; Could not find Message-ID ID:QVM1-59072-1431443299564-14:1:5:1:2 in dispatched-list (end of ack) -- View this message in context: http://activemq.2283324.n4.nabble.com/Unmatched-acknowledge-MessageAck-tp4696419p4696599.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Unmatched acknowledge: MessageAck

2015-05-15 Thread Tim Bain
riorities? > > > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Unmatched-acknowledge-MessageAck-tp4696419p4696557.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >

Re: Unmatched acknowledge: MessageAck

2015-05-15 Thread Tom_Z
Problably related to https://issues.apache.org/jira/browse/AMQ-5476 <https://issues.apache.org/jira/browse/AMQ-5476> ? Do you use batch processing and different message priorities? -- View this message in context: http://activemq.2283324.n4.nabble.com/Unmatched-acknowledge-Mess

Unmatched acknowledge: MessageAck

2015-05-12 Thread salma ali
please help mee i'm using WS protocol to connect to AMQ and some times i found this exception in AMQ So this message not received by consumer: javax.jms.JMSException: Unmatched acknowledge: MessageAck {commandId = 0, responseRequired = false, ackType = 2, consumerId = ID

Out-of-order delivery of messages with XA, Spring MDB, prefetch=1 & "Unmatched acknowledge: MessageAck"

2011-04-17 Thread Martin C.
-order deliveries despite using message groups, as is indicated as a possible consequence of using prefetch > 0 on shared consumer connections. As a consequence, they also see lots of "Unmatched acknowledge: MessageAck" in the broker log. Is there a recommended way of solving this