SubQueue Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. messaging. servicebus. models. SubQueue
- com.
- java.
public enum SubQueue
extends Enum<SubQueue>
Azure Service Bus queues and subscriptions provide a secondary sub-queue, called a dead-letter queue (DLQ). The dead-letter queue doesn't need to be explicitly created and can't be deleted or otherwise managed independent of the main entity.
Fields
DEAD_LETTER_QUEUE |
Connect to a queue or subscription's dead-letter queue. |
NONE |
Connect to the default entity (directly to the queue or subscription) |
TRANSFER_DEAD_LETTER_QUEUE |
Connect to a queue or subscription's transfer dead-letter queue. |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
valueOf(String name)
values()
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java