◆ createVHostConnection() [1/2]
| bsl::shared_ptr< rmqp::Connection > BloombergLP::rmqa::RabbitContextImpl::createVHostConnection |
( |
const bsl::string & |
userDefinedName, |
|
|
const bsl::shared_ptr< rmqt::Endpoint > & |
endpoint, |
|
|
const bsl::shared_ptr< rmqt::Credentials > & |
credentials |
|
) |
| |
|
virtual |
Connect to a RabbitMQ broker.
- Parameters
-
| endpoint | identifies the broker to connect to |
| credentials | Authentication information |
Create a new rmqa::VHost to a RabbitMQ broker. Connections will be established (with the broker) when creating producers or consumers on the vhost object
Implements BloombergLP::rmqp::RabbitContext.
◆ createVHostConnection() [2/2]
| bsl::shared_ptr< rmqp::Connection > BloombergLP::rmqa::RabbitContextImpl::createVHostConnection |
( |
const bsl::string & |
userDefinedName, |
|
|
const rmqt::VHostInfo & |
endpoint |
|
) |
| |
|
virtual |
Connect to a RabbitMQ broker.
- Parameters
-
| vhostInfo | identifies the broker to connect to & authentication details |
Create a new rmqa::VHost to a RabbitMQ broker. Connections will be established (with the broker) when creating producers or consumers on the vhost object
Implements BloombergLP::rmqp::RabbitContext.
The documentation for this class was generated from the following files: