You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the latest 2.3.4 it is not possible to delete a durable subscription.
In the documentation for RabbitMQ or ActiveMQ it is said:
"To permanently delete a durable subscription, send an UNSUBSCRIBE frame for the subscription ID with the persistent header set to true."
The easiest way to this, would be to provide the subscription headers to the client.unsubscribe():
In the latest 2.3.4 it is not possible to delete a durable subscription.
In the documentation for RabbitMQ or ActiveMQ it is said:
"To permanently delete a durable subscription, send an UNSUBSCRIBE frame for the subscription ID with the persistent header set to true."
The easiest way to this, would be to provide the subscription headers to the client.unsubscribe():
The client.unsubscribe() should be changed to this:
The text was updated successfully, but these errors were encountered: