![]() |
Habari Client for RabbitMQ
6.8
Object Pascal STOMP client library for RabbitMQ
|
A ConnectionFactory is used for creating Connections. More...
Additional Inherited Members | |
![]() | |
TBTConnection | CreateMQConnection () |
Creates a connection with the default user identity. More... | |
TBTConnection | CreateMQConnection (const string UserName, const string Password) |
Creates a connection with the specified user identity. More... | |
IConnection | CreateConnection () |
Creates a connection with the default user identity. More... | |
IConnection | CreateConnection (const string UserName, const string Password) |
Creates a connection with the specified user identity. More... | |
IClientLibraryInfo | ClientLibraryInfo () |
Returns the client library information. | |
![]() | |
string | ClientID |
The clientID to use for the created connection. More... | |
Integer | ConnectTimeOut |
Connect time out (in milliseconds) More... | |
string | UserName |
The userName used by connections created by this factory. More... | |
string | Password |
The password used for connections created from this factory. More... | |
string | BrokerURL |
The connection URL used to connect to the broker. More... | |
Integer | SendTimeOut |
Send time out. More... | |
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.