![]() |
Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
|
Variables | |
const AnsiChar | NAME_VALUE_SEP = ":" |
const | CMD_CONNECT = "CONNECT" |
const | CMD_CONNECTED = "CONNECTED" |
const | CMD_MESSAGE = "MESSAGE" |
const | CMD_RECEIPT = "RECEIPT" |
const | CMD_SUBSCRIBE = "SUBSCRIBE" |
const | CMD_UNSUBSCRIBE = "UNSUBSCRIBE" |
const | CMD_TRANSBEGIN = "BEGIN" |
const | CMD_TRANSCOMMIT = "COMMIT" |
const | CMD_TRANSABORT = "ABORT" |
const | CMD_ERROR = "ERROR" |
const | CMD_ACK = "ACK" |
const | CMD_NACK = "NACK" |
const | CMD_SEND = "SEND" |
const | CMD_DISCONNECT = "DISCONNECT" |
const | SH_LOGIN = "login" |
const | SH_PASSCODE = "passcode" |
const | SH_TRANSACTION = "transaction" |
const | SH_SESSION = "session" |
const | SH_MESSAGE = "message" |
const | SH_DESTINATION = "destination" |
const | SH_ID = "id" |
const | SH_ACK = "ack" |
const | SH_CLIENT_ID = "client-id" |
const | SH_SELECTOR = "selector" |
const | SH_TYPE = "type" |
const | SH_CONTENT_LENGTH = "content-length" |
const | SH_CORRELATION_ID = "correlation-id" |
const | SH_EXPIRES = "expires" |
const | SH_PERSISTENT = "persistent" |
const | SH_REREDELIVERED = "redelivered" |
const | SH_PRIORITY = "priority" |
const | SH_REPLY_TO = "reply-to" |
const | SH_RECEIPT_ID = "receipt" |
const | SH_RECEIPT_INCOMING_ID = "receipt-id" |
const | SH_MESSAGE_ID = "message-id" |
const | SH_TIMESTAMP = "timestamp" |
const | SH_TRANSFORMATION = "transformation" |
const | SH_SUBSCRIPTION = "subscription" |
const | SH_ACK_AUTO = "auto" |
const | SH_ACK_CLIENT = "client" |
const | SH_ACK_CLIENT_INDIVIDUAL = "client-individual" |
const | SH_TRANSFORMATION_CUSTOM = "transformation-custom" |
const | SH_CONTENT_TYPE = "content-type" |
const | SH_MIME_TYPE_TEXT = "text/plain" |
const | SH_MIME_TYPE_BYTE = "application/octet-stream" |
const | SH_VERSION = "version" |
const | SH_ACCEPT_VERSION = "accept-version" |
const | SH_HEART_BEAT = "heart-beat" |
const | SH_SERVER = "server" |
const | SH_STOMP10 = "1.0" |
const | SH_STOMP11 = "1.1" |
const | SH_STOMP12 = "1.2" |
const array[0..19] of string | SH_RESERVED_PROPS |
const CMD_ACK = "ACK" |
const CMD_CONNECT = "CONNECT" |
const CMD_CONNECTED = "CONNECTED" |
const CMD_DISCONNECT = "DISCONNECT" |
const CMD_ERROR = "ERROR" |
const CMD_MESSAGE = "MESSAGE" |
const CMD_NACK = "NACK" |
const CMD_RECEIPT = "RECEIPT" |
const CMD_SEND = "SEND" |
const CMD_SUBSCRIBE = "SUBSCRIBE" |
const CMD_TRANSABORT = "ABORT" |
const CMD_TRANSBEGIN = "BEGIN" |
const CMD_TRANSCOMMIT = "COMMIT" |
const CMD_UNSUBSCRIBE = "UNSUBSCRIBE" |
const AnsiChar NAME_VALUE_SEP = ":" |
const SH_ACCEPT_VERSION = "accept-version" |
const SH_ACK = "ack" |
const SH_ACK_AUTO = "auto" |
const SH_ACK_CLIENT = "client" |
const SH_ACK_CLIENT_INDIVIDUAL = "client-individual" |
const SH_CLIENT_ID = "client-id" |
const SH_CONTENT_LENGTH = "content-length" |
const SH_CONTENT_TYPE = "content-type" |
const SH_CORRELATION_ID = "correlation-id" |
const SH_DESTINATION = "destination" |
const SH_EXPIRES = "expires" |
const SH_HEART_BEAT = "heart-beat" |
const SH_ID = "id" |
const SH_LOGIN = "login" |
const SH_MESSAGE = "message" |
const SH_MESSAGE_ID = "message-id" |
const SH_MIME_TYPE_BYTE = "application/octet-stream" |
const SH_MIME_TYPE_TEXT = "text/plain" |
const SH_PASSCODE = "passcode" |
const SH_PERSISTENT = "persistent" |
const SH_PRIORITY = "priority" |
const SH_RECEIPT_ID = "receipt" |
const SH_RECEIPT_INCOMING_ID = "receipt-id" |
const SH_REPLY_TO = "reply-to" |
const SH_REREDELIVERED = "redelivered" |
const array [0..19] of string SH_RESERVED_PROPS |
const SH_SELECTOR = "selector" |
const SH_SERVER = "server" |
const SH_SESSION = "session" |
const SH_STOMP10 = "1.0" |
const SH_STOMP11 = "1.1" |
const SH_STOMP12 = "1.2" |
const SH_SUBSCRIPTION = "subscription" |
const SH_TIMESTAMP = "timestamp" |
const SH_TRANSACTION = "transaction" |
const SH_TRANSFORMATION = "transformation" |
const SH_TRANSFORMATION_CUSTOM = "transformation-custom" |
const SH_TYPE = "type" |
const SH_VERSION = "version" |