Hi Michael you should use activemq.subscriptionName for subscribe/unsubscribe and client-id for connect/disconnect frames. Take a look at StompTest.testDurableUnsub() for an example.
Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Sat, Jan 24, 2009 at 12:09 PM, mjustin <michael.jus...@gmx.net> wrote: > > Hello > How would the STOMP header look like for a unsubscribe of a durable > subscription? > > I tried these headers: > > activemq.subscriptionName=subscription name > destination=topic name > client-id=the client id > id=topic name > > Using ActiveMQ 5.2 and my own Delphi STOMP client. > > I have found JIRA entries which seem to confirm that it should work in 5.2, > however I am not sure if the issue was related to the Java STOMP client > implementation. > > Best Regards > Michael Justin > > -- > View this message in context: > http://www.nabble.com/Correct-STOMP-headers-for-unsubscribe-of-durable-consumers--tp21639500p21639500.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. > >