Re: STOMP remove Durable Subscriber

2008-08-27 Thread Dejan Bosanac
; >>> >>> Enrico Teotti wrote: >>> >>>> Hi, >>>> I successfully created a Durable Subscriber for a Topic using STOMP. >>>> I can see it from jconsole, but I can't find how to remove it. After I >>>> do UNSUBSCRIBE the subscriber is still there.

Re: STOMP remove Durable Subscriber

2008-08-15 Thread Dejan Bosanac
The issue is definitely still here. I've created issue with test case: https://issues.apache.org/activemq/browse/AMQ-1890 I'll try to nail it down soon. Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Sc

Re: STOMP remove Durable Subscriber

2008-08-13 Thread Enrico Teotti
I am running: ActiveMQ 5.1.0 java version "1.5.0_13" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_13-b05-237) Java HotSpot(TM) Client VM (build 1.5.0_13-119, mixed mode, sharing) OSX 10.5.4 The issue looks exactly like: https://issues.apache.org/activemq/browse/AMQ-1135 but is

Re: STOMP remove Durable Subscriber

2008-08-13 Thread Dejan Bosanac
Hi, what version of ActiveMQ are you using? Maybe this thread could be helpful to you http://www.nabble.com/Stomp-durable-topic-do-not-UNSUB-td8458129.html Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyd

STOMP remove Durable Subscriber

2008-08-13 Thread Enrico Teotti
Hi, I successfully created a Durable Subscriber for a Topic using STOMP. I can see it from jconsole, but I can't find how to remove it. After I do UNSUBSCRIBE the subscriber is still there. There is actually a button in jconsole, but there must be a way to do it via STOMP, right? :-) Cheers, Enrico