Re: Stomp: unsubscribe durable consumer - only works if client id == subscription name

2009-03-21 Thread mjustin
Thank you for pointing to the description, this will also simplify my implementation of the Delphi client library. Regards, Michael Justin Dejan Bosanac wrote: > > Hi Michael, > > this works as intended. Take a look at activemq.subscriptionName property > description at http://activemq.apache.

Re: Stomp: unsubscribe durable consumer - only works if client id == subscription name

2009-03-19 Thread Dejan Bosanac
Hi Michael, this works as intended. Take a look at activemq.subscriptionName property description at http://activemq.apache.org/stomp.html Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net

Stomp: unsubscribe durable consumer - only works if client id == subscription name

2009-03-18 Thread mjustin
Hello, It looks like unsubscribing a durable subscriber using Stomp works only if the same name has been used both for the client id and for the subscription name. This is the setup in the JUnit test in StompTest.java - testDurableUnsub() - where 'test' is the name for the client and the subscri