Ok, I've just created JIRA case for this and attached an unit test which
bases on the sample client code from my first post here.

Link to JIRA: https://issues.apache.org/activemq/browse/AMQ-2489

Hope this helps.


Gary Tully wrote:
> 
> it looks like a bug. Best approach is to open a jira issue for this and if
> possible, convert one of the existing unit test cases into something that
> demonstrates your problem and attach it to the jira.
> Ie: change the test case to use a message listener instead of a sync
> receive.
> 
> My assumption is that the warn occurs because the ack of the second
> message
> also acks the first message (individual ack is behaving like client ack),
> so
> a test case that does not ack the first message and expects a replay
> should
> fail.
> 
> A broker unit test case will make it easy to track down and will protect
> any
> fix.
> 

-- 
View this message in context: 
http://old.nabble.com/%22Could-not-correlate-acknowledgment-with-dispatched-message%22-tp26308220p26326472.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to