Get Max Queue Size Bytes

Obtains the maximum number of bytes that the queue can hold.

When the current queue size plus the size of a message being queued exceeds the maximum queue size, the queue rejects new messages until queue space becomes available.

Inputs/Outputs

message session in

Synchronous message session established with the server.

error in

Error conditions that occur before this node runs.

The node responds to this input according to standard error behavior.

Default value: No error

message session out

Synchronous message session established with the server.

max queue size

Total number of bytes the queue can contain before preventing a message from being queued.

error out

Error information.

The node produces this output according to standard error behavior.