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