Habari STOMP Client for RabbitMQ 9.4
Object Pascal STOMP client library for RabbitMQ
Loading...
Searching...
No Matches
BTConnectionConst.pas File Reference

Variables

const URI_KEY_CONNECT = "connect."
 Keys for CONNECT frame options.
const URI_KEY_CONNECT_ACCEPT_VERSION = "connect.accept-version"
const URI_KEY_CONNECT_HEART_BEAT = "connect.heart-beat"
const URI_KEY_CONNECT_HOST = "connect.host"
const URI_KEY_SUBSCRIBE = "subscribe."
 Keys for SUBSCRIBE frame options.
const URI_KEY_SUBSCRIBE_RECEIPT = "subscribe.receipt"
const URI_KEY_SUBSCRIBE_RECEIPT_TIMEOUT = "subscribe.receipt.timeout"
const URI_KEY_UNSUBSCRIBE_RECEIPT = "unsubscribe.receipt"
 Keys for UNSUBSCRIBE frame options.
const URI_KEY_UNSUBSCRIBE_RECEIPT_TIMEOUT = "unsubscribe.receipt.timeout"
const URI_KEY_SEND_RECEIPT = "send.receipt"
 Keys for SEND frame options.
const URI_KEY_SEND_RECEIPT_TIMEOUT = "send.receipt.timeout"
const URI_KEY_DISCONNECT_RECEIPT = "disconnect.receipt"
 Keys for DISCONNECT frame options.
const URI_KEY_DISCONNECT_RECEIPT_TIMEOUT = "disconnect.receipt.timeout"
const URI_KEY_MESSAGE_SUBSCRIPTION_CHECK = "message.subscription_check"
 Keys for MESSAGE frame options.
const URI_PARAM_SEPARATOR = "?"
 Separators.
const URI_VALUE_SEPARATOR = "="
const URI_NEXT_PARAM = "&"

Variable Documentation

◆ URI_KEY_CONNECT

const URI_KEY_CONNECT = "connect."

Keys for CONNECT frame options.

All URI params prefixed with "connect." will be copied to the STOMP frame headers, with the prefix removed.

Valid params are defined in the STOMP specification. For compatibility with future STOMP versions, the library does not validate options for correctness.

◆ URI_KEY_CONNECT_ACCEPT_VERSION

const URI_KEY_CONNECT_ACCEPT_VERSION = "connect.accept-version"

◆ URI_KEY_CONNECT_HEART_BEAT

const URI_KEY_CONNECT_HEART_BEAT = "connect.heart-beat"

◆ URI_KEY_CONNECT_HOST

const URI_KEY_CONNECT_HOST = "connect.host"

◆ URI_KEY_DISCONNECT_RECEIPT

const URI_KEY_DISCONNECT_RECEIPT = "disconnect.receipt"

Keys for DISCONNECT frame options.

◆ URI_KEY_DISCONNECT_RECEIPT_TIMEOUT

const URI_KEY_DISCONNECT_RECEIPT_TIMEOUT = "disconnect.receipt.timeout"

◆ URI_KEY_MESSAGE_SUBSCRIPTION_CHECK

const URI_KEY_MESSAGE_SUBSCRIPTION_CHECK = "message.subscription_check"

Keys for MESSAGE frame options.

◆ URI_KEY_SEND_RECEIPT

const URI_KEY_SEND_RECEIPT = "send.receipt"

Keys for SEND frame options.

◆ URI_KEY_SEND_RECEIPT_TIMEOUT

const URI_KEY_SEND_RECEIPT_TIMEOUT = "send.receipt.timeout"

◆ URI_KEY_SUBSCRIBE

const URI_KEY_SUBSCRIBE = "subscribe."

Keys for SUBSCRIBE frame options.

◆ URI_KEY_SUBSCRIBE_RECEIPT

const URI_KEY_SUBSCRIBE_RECEIPT = "subscribe.receipt"

◆ URI_KEY_SUBSCRIBE_RECEIPT_TIMEOUT

const URI_KEY_SUBSCRIBE_RECEIPT_TIMEOUT = "subscribe.receipt.timeout"

◆ URI_KEY_UNSUBSCRIBE_RECEIPT

const URI_KEY_UNSUBSCRIBE_RECEIPT = "unsubscribe.receipt"

Keys for UNSUBSCRIBE frame options.

◆ URI_KEY_UNSUBSCRIBE_RECEIPT_TIMEOUT

const URI_KEY_UNSUBSCRIBE_RECEIPT_TIMEOUT = "unsubscribe.receipt.timeout"

◆ URI_NEXT_PARAM

const URI_NEXT_PARAM = "&"

◆ URI_PARAM_SEPARATOR

const URI_PARAM_SEPARATOR = "?"

Separators.

◆ URI_VALUE_SEPARATOR

const URI_VALUE_SEPARATOR = "="