Habari STOMP Client for ActiveMQ 9.4
Object Pascal STOMP client library for Apache ActiveMQ
Loading...
Searching...
No Matches
BTBrokerConsts.pas File Reference

Variables

const DEFAULT_BROKER_URL = "stomp://127.0.0.1"
 The default broker URL.
const DEFAULT_STOMP_PORT = 61613
 The default broker port for STOMP.
const DEFAULT_USER = "user"
 The default user name.
const DEFAULT_PASSWORD = "password"
 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 = "activemq.subscriptionName"
const SH_NOLOCAL = "activemq.noLocal"
const SH_TRANSFORMATION_ERROR = "transformation-error"
const SH_DEFAULT_STOMP_VERSION = "1.2"
const DEST_PREFIX_TOPIC = "/topic/"
const DEST_PREFIX_TOPIC_LEN = Length(DEST_PREFIX_TOPIC)
const DEST_PREFIX_QUEUE = "/queue/"
const DEST_PREFIX_QUEUE_LEN = Length(DEST_PREFIX_QUEUE)
const DEST_PREFIX_REMOTE_TEMP_TOPIC = "/remote-temp-topic/"
const DEST_PREFIX_REMOTE_TEMP_TOPIC_LEN = Length(DEST_PREFIX_REMOTE_TEMP_TOPIC)
const DEST_PREFIX_REMOTE_TEMP_QUEUE = "/remote-temp-queue/"
const DEST_PREFIX_REMOTE_TEMP_QUEUE_LEN = Length(DEST_PREFIX_REMOTE_TEMP_QUEUE)
const DEST_PREFIX_TEMP_TOPIC = "/temp-topic/"
const DEST_PREFIX_TEMP_QUEUE = "/temp-queue/"

Variable Documentation

◆ DEFAULT_BROKER_URL

const DEFAULT_BROKER_URL = "stomp://127.0.0.1"

The default broker URL.

◆ DEFAULT_PASSWORD

const DEFAULT_PASSWORD = "password"

The default password.

◆ DEFAULT_PRIORITY

const DEFAULT_PRIORITY = 4

Default message priority.

◆ DEFAULT_STOMP_PORT

const DEFAULT_STOMP_PORT = 61613

The default broker port for STOMP.

◆ DEFAULT_USER

const DEFAULT_USER = "user"

The default user name.

◆ DEST_PREFIX_QUEUE

const DEST_PREFIX_QUEUE = "/queue/"

◆ DEST_PREFIX_QUEUE_LEN

const DEST_PREFIX_QUEUE_LEN = Length(DEST_PREFIX_QUEUE)

◆ DEST_PREFIX_REMOTE_TEMP_QUEUE

const DEST_PREFIX_REMOTE_TEMP_QUEUE = "/remote-temp-queue/"

◆ DEST_PREFIX_REMOTE_TEMP_QUEUE_LEN

const DEST_PREFIX_REMOTE_TEMP_QUEUE_LEN = Length(DEST_PREFIX_REMOTE_TEMP_QUEUE)

◆ DEST_PREFIX_REMOTE_TEMP_TOPIC

const DEST_PREFIX_REMOTE_TEMP_TOPIC = "/remote-temp-topic/"

◆ DEST_PREFIX_REMOTE_TEMP_TOPIC_LEN

const DEST_PREFIX_REMOTE_TEMP_TOPIC_LEN = Length(DEST_PREFIX_REMOTE_TEMP_TOPIC)

◆ DEST_PREFIX_TEMP_QUEUE

const DEST_PREFIX_TEMP_QUEUE = "/temp-queue/"

◆ DEST_PREFIX_TEMP_TOPIC

const DEST_PREFIX_TEMP_TOPIC = "/temp-topic/"

◆ DEST_PREFIX_TOPIC

const DEST_PREFIX_TOPIC = "/topic/"

◆ DEST_PREFIX_TOPIC_LEN

const DEST_PREFIX_TOPIC_LEN = Length(DEST_PREFIX_TOPIC)

◆ MAX_PRIORITY

const MAX_PRIORITY = 9

Maximum priority.

◆ MIN_PRIORITY

const MIN_PRIORITY = 0

Minimum priority.

◆ SH_DEFAULT_STOMP_VERSION

const SH_DEFAULT_STOMP_VERSION = "1.2"

◆ SH_DURABLE_SUBSCRIBER_NAME

const SH_DURABLE_SUBSCRIBER_NAME = "activemq.subscriptionName"

◆ SH_NOLOCAL

const SH_NOLOCAL = "activemq.noLocal"

◆ SH_TRANSFORMATION_ERROR

const SH_TRANSFORMATION_ERROR = "transformation-error"