![]() |
Habari STOMP Client for RabbitMQ 9.1
Object Pascal STOMP client library for RabbitMQ
|
A ConnectionFactory is used for creating Connections. More...
Protected Member Functions | |
| TBTAbstractTransport | CreateTransport () |
Protected Member Functions inherited from TBTAbstractConnectionFactory | |
| TBTAbstractTransport | CreateTransport () |
Additional Inherited Members | |
Public Member Functions inherited from TBTAbstractConnectionFactory | |
| 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. | |
| 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 () |
| IMQContext | CreateContext (const TAcknowledgementMode AcknowledgeMode) |
| IMQContext | CreateContext (const string Username, const string Password) |
| IMQContext | CreateContext (const string Username, const string Password, const TAcknowledgementMode AcknowledgeMode) |
| IClientLibraryInfo | ClientLibraryInfo () |
| Returns the client library information. | |
Public Attributes inherited from TBTAbstractConnectionFactory | |
| string | ClientID |
| The clientID to use for the created connection. | |
| Integer | ConnectTimeOut |
| Connect time out (in milliseconds) | |
| string | UserName |
| The userName used by connections created by this factory. | |
| string | Password |
| The password used for connections created from this factory. | |
| string | BrokerURL |
| The connection URL used to connect to the broker. | |
| Integer | SendTimeOut |
| Send time out. | |
A ConnectionFactory is used for creating Connections.
A ConnectionFactory object encapsulates a set of connection configuration parameters that has been defined by an administrator.
A client uses it to create a connection with a provider.
|
protected |