Public Member Functions | |
| IConnection | CreateConnection () |
| Creates a connection with the default user identity. | |
| IConnection | CreateConnection (const AnsiString Username, const AnsiString Password) |
| Creates a connection with the specified user identity. | |
Public Attributes | |
| AnsiString | ClientId |
| |
| AnsiString | UserName |
| |
| AnsiString | Password |
| |
| AnsiString | BrokerURL |
| |
| IConnection TBTJMSConnectionFactory::CreateConnection | ( | ) |
Creates a connection with the default user identity.
The connection is created in stopped mode. No messages will be delivered until the Connection.start method is explicitly called.
| IConnection TBTJMSConnectionFactory::CreateConnection | ( | const AnsiString | Username, | |
| const AnsiString | Password | |||
| ) |
Creates a connection with the specified user identity.
The connection is created in stopped mode. No messages will be delivered until the Connection.start method is explicitly called.
| AnsiString TBTJMSConnectionFactory::ClientId |
| AnsiString TBTJMSConnectionFactory::UserName |
| AnsiString TBTJMSConnectionFactory::Password |
| AnsiString TBTJMSConnectionFactory::BrokerURL |