constants Module

Enums

CBSAuthStatus
CBSOpenState
CBSOperationResult
ErrorCodes
ManagementLinkState
ManagementOperationResult
MessageBodyType

AMQP message body type The body of an amqp message consists of either: one or more data sections, one or more amqp-sequence sections, or a single amqp-value section: DataType: The body consists of one or more data sections and each section contains opaque binary data. SequenceType: The body consists of one or more sequence sections and each section contains an arbitrary

number of structured data elements.

ValueType: The body consists of one amqp-value section and the section contains a single AMQP value.

Please refer to the AMQP spec: http://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#section-message-format for further information on the message body type.

MessageReceiverState
MessageSendResult
MessageSenderState
MessageState
MgmtExecuteResult
MgmtOpenStatus
ReceiverSettleMode
Role
SenderSettleMode
TransportType

Transport type The underlying transport protocol type:

Amqp: AMQP over the default TCP transport protocol, it uses port 5671. AmqpOverWebsocket: Amqp over the Web Sockets transport protocol, it uses port 443.