Hi,

If a durable subscription is created using the serivcemix jms:consumer
component, similar to the code snippet below, what is the proper mechanism
to unsubcribe a durable subscription?  Please describe how to unsubscribe. 
Is custom code needed or is there a spring configuration or some other way?

    <jms:consumer service="myNamespace:TestSubscriberService"
        endpoint="TestSubscriberServiceEndpoint"
        targetService="myNamespace:myTargetService"
        clientId="client1"
        pubSubDomain="true"
        cacheLevel="3"
        destinationName="MyTopic"
        subscriptionDurable="true"
        durableSubscriptionName="TopicReader"
        messageSelector="destAppSvcName LIKE 'FOO''"
        connectionFactory="#connectionFactory"/> 
-- 
View this message in context: 
http://old.nabble.com/How-do-u-unsubscribe-a-durable-subscription--tp26580677p26580677.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to