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. | |
Required properties are
| Boolean THabariExpressAdmin::Active |
Starts and stops the communication.
SetActive For writing
The current connection.
Only available if the connection is active.
Class name of the communication adapter.
SetCommunicationAdapter For writing
| string THabariExpressAdmin::Host |
Server address.
SetHost For writing
Password.
Authorization requires Apache ActiveMQ version 5.1 or newer.
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.
SetPort For writing
User name.
Authorization requires Apache ActiveMQ version 5.1 or newer.
SetUsername For writing