THabariExpressAdmin Class Reference
[HabariExpressAdmin component]

This component provides a simple ActiveMQ administration client. More...

List of all members.

Public Attributes

Public Properties
Boolean Active
 Starts and stops the communication.
TBTJMSConnection Connection
 The current connection.
Published Properties
Published Properties may be modified at designtime and runtime.

string CommunicationAdapter
 Class name of the communication adapter.
string Host
 Server address.
string Password
 Password.
Integer Port
 Server port.
string Username
 User name.


Detailed Description

This component provides a simple ActiveMQ administration client.

Required properties are


Member Data Documentation

Boolean THabariExpressAdmin::Active

Starts and stops the communication.

See also:
FActive For reading

SetActive For writing

TBTJMSConnection THabariExpressAdmin::Connection

The current connection.

Only available if the connection is active.

See also:
GetConnection For reading

string THabariExpressAdmin::CommunicationAdapter

Class name of the communication adapter.

See also:
FCommunicationAdapter For reading

SetCommunicationAdapter For writing

string THabariExpressAdmin::Host

Server address.

See also:
FHost For reading

SetHost For writing

string THabariExpressAdmin::Password

Password.

Authorization requires Apache ActiveMQ version 5.1 or newer.

See also:
FPassword For reading

SetPassword For writing

Integer THabariExpressAdmin::Port

Server port.

The correct value of this setting depends on the communication protocol. The default value expects that the connection uses the STOMP protocol.

See also:
FPort For reading

SetPort For writing

string THabariExpressAdmin::Username

User name.

Authorization requires Apache ActiveMQ version 5.1 or newer.

See also:
FUsername For reading

SetUsername For writing


Generated by doxygen