You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by qwidjibo <qw...@hotmail.com> on 2008/10/24 18:07:41 UTC

Problem with overlapping unsubscribe


So, I've got an obnoxious issue here.


I've got two subscriptions to queues within the same JVM --

One subscribes to A.B.*.* with priority = 4
Another subscribes to A.B.C.* with priority = 10

Everything works great until I unsubscribe the second one.

After that, messages that match the A.B.C.* pattern won't appear on the
first subscription. If I send an A.B.X.Y, it show up just fine. But A.B.C.D
doesn't.


I've tried putting the subscriptions in different sessions (or even
different connections) but still don't have any luck.


This is running against AMQ5.1 being run in the jvm with default configs,
though I've confirmed the behavior in 4.1 as well.

Ironically enough, if I try to telnet into stomp and reproduce, it works
just fine. This only seems to happen in openwire.
 
-- 
View this message in context: http://www.nabble.com/Problem-with-overlapping-unsubscribe-tp20152913p20152913.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.