Platforms to show: All Mac Windows Linux Cross-Platform

Back to RabbitMQConnectionMBS class.

Next items

RabbitMQConnectionMBS.kDefaultFrameSize = 131072

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
Default frame size (128Kb)

RabbitMQConnectionMBS.kDefaultHeartbeat = 0

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
Default heartbeat interval (0, heartbeat disabled)

RabbitMQConnectionMBS.kDefaultVHost = "/"

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
Default RabbitMQ vhost: "/".

RabbitMQConnectionMBS.kMaxChannels = 2047

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
Default maximum number of channels (2047, RabbitMQ default limit of 2048, minus 1 for channel 0).

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

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
Default AMQP Port.

RabbitMQConnectionMBS.kProtocolVersionMajor = 0

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
AMQP protocol version major

RabbitMQConnectionMBS.kProtocolVersionMinor = 9

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
AMQP protocol version minor.

RabbitMQConnectionMBS.kProtocolVersionRevision = 1

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
AMQP protocol version revision.

RabbitMQConnectionMBS.kStatusBadAmqpData = -2

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Incorrect or corrupt data was received from the broker. This is a protocol error.

RabbitMQConnectionMBS.kStatusBadUrl = -8

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

malformed AMQP URL

RabbitMQConnectionMBS.kStatusBrokerUnsupportedSaslMethod = -19

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Broker does not support the requested SASL mechanism.

RabbitMQConnectionMBS.kStatusConnectionClosed = -7

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

The connection to the broker has been closed.

RabbitMQConnectionMBS.kStatusHeartbeatTimeout = -15

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Timed out waiting for heartbeat.

RabbitMQConnectionMBS.kStatusHostnameResolutionFailed = -5

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Unable to resolve the hostname.

RabbitMQConnectionMBS.kStatusIncompatibleAmqpVersion = -6

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

The broker advertised an incompaible AMQP version.

RabbitMQConnectionMBS.kStatusInvalidParameter = -10

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

An invalid parameter was passed into the function.

RabbitMQConnectionMBS.kStatusNoMemory = -1

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Memory allocation failed.

RabbitMQConnectionMBS.kStatusOk = 0

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Operation successful.

RabbitMQConnectionMBS.kStatusSocketClosed = -17

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Underlying socket is closed.

RabbitMQConnectionMBS.kStatusSocketError = -9

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

A socket error occurred.

RabbitMQConnectionMBS.kStatusSocketInuse = -18

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Underlying socket is already open.

RabbitMQConnectionMBS.kStatusSslConnectionFailed = -515

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

SSL handshake failed.

RabbitMQConnectionMBS.kStatusSslError = -512

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

A generic SSL error occurred.

RabbitMQConnectionMBS.kStatusSslHostnameVerifyFailed = -513

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

SSL validation of hostname against peer certificate failed.

RabbitMQConnectionMBS.kStatusSslPeerVerifyFailed = -514

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

SSL validation of peer certificate failed.

RabbitMQConnectionMBS.kStatusTableTooBig = -11

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

The dictionary object cannot be serialized because the output buffer is too small.

RabbitMQConnectionMBS.kStatusTcpError = -256

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

A generic TCP error occurred.

RabbitMQConnectionMBS.kStatusTcpSocketlibInitError = -257

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

An error occurred trying to initialize the socket library

RabbitMQConnectionMBS.kStatusTimeout = -13

Type Topic Plugin Version
const RabbitMQ MBS RabbitMQ Plugin 21.2
One of the status constants.

Operation timed out.

Next items

The items on this page are in the following plugins: MBS RabbitMQ Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...