![]() |
Habari STOMP Client for OpenMQ 9.0
Object Pascal STOMP client library for OpenMQ
|
Public Member Functions | |
| Trace (const string S) | |
| IURI | GetURI () |
| SetCommAdapter (const IStompCommAdapter Value) | |
| Boolean | GetConnected () |
| TBTStompConnection () | |
| Connect () | |
| Connect to the server. | |
| Disconnect () | |
| Disconnect from the server. | |
| Integer | DefaultPort () |
| Returns the default STOMP port. | |
| string | GetURIParam (const string AKey) |
| Get parameter AKey of the connection URI params. | |
Public Attributes | |
| IStompCommAdapter | FCommAdapter |
| string | FUsername |
| string | FPassword |
| string | FClientID |
| IStompCommAdapter | CommAdapter |
| The installed communication adapter. | |
| string | ClientID |
| Specifies the Client ID which is used to denote a durable subscriber. | |
| Boolean | Connected |
| The connected state of the communication adapter. | |
| string | Username |
| string | Password |
| IURI | URI |
Protected Member Functions | |
| SetURI (const IURI Value) | |
| TBTStompConnection::TBTStompConnection | ( | ) |
| TBTStompConnection::Connect | ( | ) |
Connect to the server.
| Integer TBTStompConnection::DefaultPort | ( | ) |
Returns the default STOMP port.
This is a broker-specific value.
| TBTStompConnection::Disconnect | ( | ) |
Disconnect from the server.
| Boolean TBTStompConnection::GetConnected | ( | ) |
| IURI TBTStompConnection::GetURI | ( | ) |
| string TBTStompConnection::GetURIParam | ( | const string | AKey | ) |
Get parameter AKey of the connection URI params.
| TBTStompConnection::SetCommAdapter | ( | const IStompCommAdapter | Value | ) |
|
protected |
| TBTStompConnection::Trace | ( | const string | S | ) |
| string TBTStompConnection::ClientID |
| IStompCommAdapter TBTStompConnection::CommAdapter |
The installed communication adapter.
| Boolean TBTStompConnection::Connected |
The connected state of the communication adapter.
| string TBTStompConnection::FClientID |
| IStompCommAdapter TBTStompConnection::FCommAdapter |
| string TBTStompConnection::FPassword |
| string TBTStompConnection::FUsername |