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
After closing the channel it remains active in RabbitMQ and repoening the channel address increaese the consumers every time after closing the channel
testing the queue does not keep an active subscription live but connecting and disconnecting does, and resubscribing creates a second consuming subscription.
EDIT:
note killing the endpoint does close the subscription and logging level is on all
The text was updated successfully, but these errors were encountered:
CFXSDK v1.5.3
AMQPNetLite v2.4.4
Close SubscribeChannel is not closing the subscribed channel.
Opening channel:
broker = new Uri("amqp://guest:guest@localhost:5672/")
string queue = "/queue/cfx"
Endpoint.CloseSubscribeChannel(broker, queue)
Closing channel:
broker = new Uri("amqp://guest:guest@localhost:5672/")
string queue = "/queue/cfx"
Endpoint.CloseSubscribeChannel(broker, queue)
After closing the channel it remains active in RabbitMQ and repoening the channel address increaese the consumers every time after closing the channel
testing the queue does not keep an active subscription live but connecting and disconnecting does, and resubscribing creates a second consuming subscription.
EDIT:
note killing the endpoint does close the subscription and logging level is on all
The text was updated successfully, but these errors were encountered: