azureservicebus - For a Microsoft Service Bus Queue, what's the difference between status and availability status? -


in microsoft.servicebus.messaging namespace, queuedescription class has both availabilitystatus , status member. difference in meaning between two, , best models whether should expect able queue/dequeue messages?

edit:

i did little more poking , found answers in enumerated types fields in question:

availabilitystatus: https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.entityavailabilitystatus?view=azureservicebus-4.1.1

status: https://docs.microsoft.com/en-us/dotnet/api/microsoft.servicebus.messaging.entitystatus?view=azureservicebus-4.1.1

that said, there seems considerable overlap between two:

availabilitystatus: available/limited/renaming/unknown vs status: active/creating/deleting/disabled/receivedisabled/renaming/restoring/senddisabled/unknown

i'm leaving question open see if there further insight, thought status closest answering question "hey can use queue"


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

javascript - Replicate keyboard event with html button -