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


On Wed, Mar 18, 2009 at 7:16 PM, mjustin <michael.jus...@gmx.net> wrote:

>
> 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 subscription.
>
> I have tested it with my Delphi Stomp library, and will try to run the Java
> Stomp tests tomorrow, with different client id or subscription name.
>
> Would it be a bug if the client id and the subscription name have to be
> equal? Or is this currently 'as designed'?
>
> Best Regards,
>
> Michael Justin
> --
> View this message in context:
> http://www.nabble.com/Stomp%3A-unsubscribe-durable-consumer---only-works-if-client-id-%3D%3D-subscription-name-tp22585304p22585304.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to