![]() |
Habari STOMP Client for Artemis 9.4
Object Pascal STOMP client library for ActiveMQ Artemis
|
Encapsulates a set of connection configuration parameters that has been defined by an administrator. More...
Additional Inherited Members | |
| Public Member Functions inherited from TBTAbstractConnectionFactory | |
| IConnection | CreateConnection () |
| Creates a connection with the default user identity. | |
| IConnection | CreateConnection (const string UserName, const string Password) |
| Creates a connection with the specified user identity. | |
| IMQContext | CreateContext () |
| Creates a messaging context with default settings. | |
| IMQContext | CreateContext (const TAcknowledgementMode AcknowledgeMode) |
| Creates a messaging context with the specified acknowledgment mode. | |
| IMQContext | CreateContext (const string Username, const string Password) |
| Creates a messaging context with the specified user credentials. | |
| IMQContext | CreateContext (const string Username, const string Password, const TAcknowledgementMode AcknowledgeMode) |
| Creates a messaging context with the specified user credentials and acknowledgment mode. | |
| TBTAbstractConnectionFactory () | |
| TBTAbstractConnectionFactory (const string BrokerURL) | |
| TBTAbstractConnectionFactory (const string UserName, const string Password, const string BrokerURL) | |
| TBTConnection | CreateMQConnection () |
| Creates a connection with the default user identity. | |
| TBTConnection | CreateMQConnection (const string UserName, const string Password) |
| Creates a connection with the specified user identity. | |
| Public Attributes inherited from TBTAbstractConnectionFactory | |
| string | ClientID |
| Specifies the client ID to be used for the created connection. | |
| Integer | ConnectTimeOut |
| Specifies the connection timeout in milliseconds. | |
| string | UserName |
| Specifies the username to be used by connections created by this factory. | |
| string | Password |
| Specifies the password to be used by connections created by this factory. | |
| string | BrokerURL |
| Specifies the connection URL used to connect to the broker. | |
| Integer | SendTimeOut |
| Specifies the send timeout in milliseconds. | |
| Protected Member Functions inherited from TBTAbstractConnectionFactory | |
| TBTAbstractTransport | CreateTransport () |
| IClientLibraryInfo | ClientLibraryInfo () |
| Retrieves an IClientLibraryInfo instance. | |
Encapsulates a set of connection configuration parameters that has been defined by an administrator.