Recurring problem with blocking sends in 5.2

2008-12-01 Thread qwidjibo
Hi all. I've been having recurring issues with blocking sends that I'm having a really hard time diagnosing. I've got a couple of moderately high traffic queues (single digit msgs/sec) being published to by a couple of java services (over openwire) and received by O(100) stomp+ssl clients. They

Problem with overlapping unsubscribe

2008-10-24 Thread qwidjibo
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.

Prioritizing message delivery across overlapping wildcards

2007-12-12 Thread qwidjibo
Hi All. I've got a problem that I'm not sure if I can solve in AMQ (I'm using 4.1.1). I would like to have listeners active on overlapping queue wildcards. For example, listener 1 listens to FOO.* and listener 2 listens to *.BAR. This should be all well and good until I get the message FOO.BAR

Using NIO with activemq

2007-12-04 Thread qwidjibo
Hi all. I've seen many different references to the availability of an NIO communication mechanism inside of activemq but cannot find any documentation on how to do it. I've been through all the google results and searched the forums, but no luck...does anybody out there either know the state of