![]() |
Habari STOMP Client for OpenMQ 9.4
Object Pascal STOMP client library for OpenMQ
|
Variables | |
const | DEFAULT_BROKER_URL = "stomp://127.0.0.1" |
The default broker URL. | |
const | DEFAULT_STOMP_PORT = 7672 |
The default broker port for STOMP. | |
const | DEFAULT_USER = "admin" |
The default user name. | |
const | DEFAULT_PASSWORD = "admin" |
The default password. | |
const | DEFAULT_PRIORITY = 4 |
Default message priority. | |
const | MIN_PRIORITY = 0 |
Minimum priority. | |
const | MAX_PRIORITY = 9 |
Maximum priority. | |
const | SH_DURABLE_SUBSCRIBER_NAME = "durable-subscriber-name" |
const | SH_NOLOCAL = "no-local" |
const | SH_MESSAGE_TYPE = "messagetype" |
const | SH_MESSAGE_TYPE_TEXT = "text" |
const | SH_MESSAGE_TYPE_BYTE = "byte" |
const | SH_DEFAULT_STOMP_VERSION = "1.2" |
const DEFAULT_BROKER_URL = "stomp://127.0.0.1" |
The default broker URL.
const DEFAULT_PASSWORD = "admin" |
The default password.
const DEFAULT_PRIORITY = 4 |
Default message priority.
const DEFAULT_STOMP_PORT = 7672 |
The default broker port for STOMP.
const DEFAULT_USER = "admin" |
The default user name.
const MAX_PRIORITY = 9 |
Maximum priority.
const MIN_PRIORITY = 0 |
Minimum priority.
const SH_DEFAULT_STOMP_VERSION = "1.2" |
const SH_DURABLE_SUBSCRIBER_NAME = "durable-subscriber-name" |
const SH_MESSAGE_TYPE = "messagetype" |
const SH_MESSAGE_TYPE_BYTE = "byte" |
const SH_MESSAGE_TYPE_TEXT = "text" |
const SH_NOLOCAL = "no-local" |