PieterN wrote:
>
> [snip]
>
To reproduce the problem:
Start two consumers with a durable topic subscription (in the example/
directory):
$ ant consumer -Ddurable=true -DclientId=test1 -Dtopic=true
$ ant consumer -Ddurable=true -DclientId=test2 -Dtopic=true
Send persistent messages to this topic:
$ ant producer -Ddurable=true -Dtopic=true
Kill consumers and start them again. One of them willl receive each message
again. Is this a known problem, or should I file a JIRA? As said before, it
works fine in ActiveMQ 4.1.1, but not in later snapshots. I don't really
want to go back to 4.1.1, because it has other issues with STOMP, plus I
want to use the web interface.
Cheers,
Pieter
--
View this message in context: http://www.nabble.com/Duplicate-%28persistant%29-messages-with-durable-subscriptions-tf4421775s2354.html#a12631789
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
|