-
Notifications
You must be signed in to change notification settings - Fork 780
Open
Labels
Description
Describe the bug
Currently I am forwarding message that are received in a subscription to a queue using the autoforward option in the subscription. I have set the queue to SendDisabled (https://learn.microsoft.com/en-us/azure/service-bus-messaging/entity-suspend#queue-status). I do not expect message to appear in the queue.
To Reproduce
Create a queue with Queue State SendDisabled, create a topic with a subscription and autoforward messages received in the subscription to the SendDisabled queue
Expected behavior
No message in the SendDisabled queue
Screenshots
SDK version
Additional context