Lionel Cons created ARTEMIS-1930:
------------------------------------
Summary: Durable subscription deleted even without
durable-subscription-name (STOMP)
Key: ARTEMIS-1930
URL: https://issues.apache.org/jira/browse/ARTEMIS-1930
Project: ActiveMQ Artemis
Issue Type: Bug
Reporter: Lionel Cons
The STOMP documentation contains:
{quote}
To delete a durable subscription the client-id header must be set on the
CONNECT frame and the durable-subscription-name must be set on the UNSUBSCRIBE
frame. The values for these headers should match what was set on the SUBSCRIBE
frame to delete the corresponding durable subscription.
{quote}
This is not what happens in practice.
By specifying the subscription {{id}} (see
https://stomp.github.io/stomp-specification-1.2.html#SUBSCRIBE_id_Header) the
{{UNSUBSCRIBE}} frame does delete the durable subscription even without the
{{durable-subscription-name}} header.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)