Platforms to show: All Mac Windows Linux Cross-Platform
RabbitMQConnectionMBS.kDefaultFrameSize = 131072
Function:
Default frame size (128Kb)
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
RabbitMQConnectionMBS.kDefaultHeartbeat = 0
Function:
Default heartbeat interval (0, heartbeat disabled)
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
RabbitMQConnectionMBS.kDefaultVHost = "/"
Function:
Default RabbitMQ vhost: "/".
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
RabbitMQConnectionMBS.kMaxChannels = 2047
Function:
Default maximum number of channels (2047, RabbitMQ default limit of 2048, minus 1 for channel 0).
Notes: RabbitMQ set a default limit of 2048 channels per connection in v3.7.5 to prevent broken clients from leaking too many channels.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: RabbitMQ set a default limit of 2048 channels per connection in v3.7.5 to prevent broken clients from leaking too many channels.
RabbitMQConnectionMBS.kProtocolPort = 5672
Function:
Default AMQP Port.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
RabbitMQConnectionMBS.kProtocolVersionMajor = 0
Function:
AMQP protocol version major
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
RabbitMQConnectionMBS.kProtocolVersionMinor = 9
Function:
AMQP protocol version minor.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
RabbitMQConnectionMBS.kProtocolVersionRevision = 1
Function:
AMQP protocol version revision.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
RabbitMQConnectionMBS.kStatusBadAmqpData = -2
Function:
One of the status constants.
Notes: Incorrect or corrupt data was received from the broker. This is a protocol error.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Incorrect or corrupt data was received from the broker. This is a protocol error.
RabbitMQConnectionMBS.kStatusBadUrl = -8
Function:
One of the status constants.
Notes: malformed AMQP URL
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: malformed AMQP URL
RabbitMQConnectionMBS.kStatusBrokerUnsupportedSaslMethod = -19
Function:
One of the status constants.
Notes: Broker does not support the requested SASL mechanism.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Broker does not support the requested SASL mechanism.
RabbitMQConnectionMBS.kStatusConnectionClosed = -7
Function:
One of the status constants.
Notes: The connection to the broker has been closed.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: The connection to the broker has been closed.
RabbitMQConnectionMBS.kStatusHeartbeatTimeout = -15
Function:
One of the status constants.
Notes: Timed out waiting for heartbeat.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Timed out waiting for heartbeat.
RabbitMQConnectionMBS.kStatusHostnameResolutionFailed = -5
Function:
One of the status constants.
Notes: Unable to resolve the hostname.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Unable to resolve the hostname.
RabbitMQConnectionMBS.kStatusIncompatibleAmqpVersion = -6
Function:
One of the status constants.
Notes: The broker advertised an incompaible AMQP version.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: The broker advertised an incompaible AMQP version.
RabbitMQConnectionMBS.kStatusInvalidParameter = -10
Function:
One of the status constants.
Notes: An invalid parameter was passed into the function.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: An invalid parameter was passed into the function.
RabbitMQConnectionMBS.kStatusNoMemory = -1
Function:
One of the status constants.
Notes: Memory allocation failed.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Memory allocation failed.
RabbitMQConnectionMBS.kStatusOk = 0
Function:
One of the status constants.
Notes: Operation successful.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Operation successful.
RabbitMQConnectionMBS.kStatusSocketClosed = -17
Function:
One of the status constants.
Notes: Underlying socket is closed.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Underlying socket is closed.
RabbitMQConnectionMBS.kStatusSocketError = -9
Function:
One of the status constants.
Notes: A socket error occurred.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: A socket error occurred.
RabbitMQConnectionMBS.kStatusSocketInuse = -18
Function:
One of the status constants.
Notes: Underlying socket is already open.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Underlying socket is already open.
RabbitMQConnectionMBS.kStatusSslConnectionFailed = -515
Function:
One of the status constants.
Notes: SSL handshake failed.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: SSL handshake failed.
RabbitMQConnectionMBS.kStatusSslError = -512
Function:
One of the status constants.
Notes: A generic SSL error occurred.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: A generic SSL error occurred.
RabbitMQConnectionMBS.kStatusSslHostnameVerifyFailed = -513
Function:
One of the status constants.
Notes: SSL validation of hostname against peer certificate failed.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: SSL validation of hostname against peer certificate failed.
RabbitMQConnectionMBS.kStatusSslPeerVerifyFailed = -514
Function:
One of the status constants.
Notes: SSL validation of peer certificate failed.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: SSL validation of peer certificate failed.
RabbitMQConnectionMBS.kStatusTableTooBig = -11
Function:
One of the status constants.
Notes: The dictionary object cannot be serialized because the output buffer is too small.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: The dictionary object cannot be serialized because the output buffer is too small.
RabbitMQConnectionMBS.kStatusTcpError = -256
Function:
One of the status constants.
Notes: A generic TCP error occurred.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: A generic TCP error occurred.
RabbitMQConnectionMBS.kStatusTcpSocketlibInitError = -257
Function:
One of the status constants.
Notes: An error occurred trying to initialize the socket library
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: An error occurred trying to initialize the socket library
RabbitMQConnectionMBS.kStatusTimeout = -13
Function:
One of the status constants.
Notes: Operation timed out.
Type | Topic | Plugin | Version |
const | RabbitMQ | MBS RabbitMQ Plugin | 21.2 |
Notes: Operation timed out.
The items on this page are in the following plugins: MBS RabbitMQ Plugin.
Feedback: Report problem or ask question.
