#include <config_amqp_client.h>
|
| ConfigAmqpChannel () |
|
virtual | ~ConfigAmqpChannel () |
|
virtual AmqpClient::Channel::ptr_t | CreateFromUri (std::string uri) |
|
virtual AmqpClient::Channel::ptr_t | CreateSecure (std::string ca_cert, std::string host, std::string client_key, std::string client_cert, int port, std::string username, std::string password, std::string vhost, int frame_max=131072, bool verify_hostname=false) |
|
virtual void | DeclareExchange (const std::string &exchange_name, const std::string &exchange_type, bool passive, bool durable, bool auto_delete) |
|
virtual void | DeleteQueue (const std::string &queue_name, bool if_unused, bool if_empty) |
|
virtual std::string | DeclareQueue (const std::string &queue_name, bool passive, bool durable, bool exclusive, bool auto_delete) |
|
virtual void | BindQueue (const std::string &queue_name, const std::string &exchange_name, const std::string &routing_key="") |
|
virtual std::string | BasicConsume (const std::string &queue, const std::string &consumer_tag, bool no_local, bool no_ack, bool exclusive, boost::uint16_t message_prefetch_count) |
|
virtual bool | BasicConsumeMessage (const std::string &consumer_tag, AmqpClient::Envelope::ptr_t &envelope, int timeout) |
|
virtual void | BasicAck (const AmqpClient::Envelope::ptr_t &message) |
|
Definition at line 21 of file config_amqp_client.h.
ConfigAmqpChannel::ConfigAmqpChannel |
( |
| ) |
|
|
inline |
virtual ConfigAmqpChannel::~ConfigAmqpChannel |
( |
| ) |
|
|
inlinevirtual |
virtual void ConfigAmqpChannel::BasicAck |
( |
const AmqpClient::Envelope::ptr_t & |
message | ) |
|
|
inlinevirtual |
virtual std::string ConfigAmqpChannel::BasicConsume |
( |
const std::string & |
queue, |
|
|
const std::string & |
consumer_tag, |
|
|
bool |
no_local, |
|
|
bool |
no_ack, |
|
|
bool |
exclusive, |
|
|
boost::uint16_t |
message_prefetch_count |
|
) |
| |
|
inlinevirtual |
virtual bool ConfigAmqpChannel::BasicConsumeMessage |
( |
const std::string & |
consumer_tag, |
|
|
AmqpClient::Envelope::ptr_t & |
envelope, |
|
|
int |
timeout |
|
) |
| |
|
inlinevirtual |
virtual void ConfigAmqpChannel::BindQueue |
( |
const std::string & |
queue_name, |
|
|
const std::string & |
exchange_name, |
|
|
const std::string & |
routing_key = "" |
|
) |
| |
|
inlinevirtual |
virtual AmqpClient::Channel::ptr_t ConfigAmqpChannel::CreateFromUri |
( |
std::string |
uri | ) |
|
|
inlinevirtual |
virtual AmqpClient::Channel::ptr_t ConfigAmqpChannel::CreateSecure |
( |
std::string |
ca_cert, |
|
|
std::string |
host, |
|
|
std::string |
client_key, |
|
|
std::string |
client_cert, |
|
|
int |
port, |
|
|
std::string |
username, |
|
|
std::string |
password, |
|
|
std::string |
vhost, |
|
|
int |
frame_max = 131072 , |
|
|
bool |
verify_hostname = false |
|
) |
| |
|
inlinevirtual |
virtual void ConfigAmqpChannel::DeclareExchange |
( |
const std::string & |
exchange_name, |
|
|
const std::string & |
exchange_type, |
|
|
bool |
passive, |
|
|
bool |
durable, |
|
|
bool |
auto_delete |
|
) |
| |
|
inlinevirtual |
virtual std::string ConfigAmqpChannel::DeclareQueue |
( |
const std::string & |
queue_name, |
|
|
bool |
passive, |
|
|
bool |
durable, |
|
|
bool |
exclusive, |
|
|
bool |
auto_delete |
|
) |
| |
|
inlinevirtual |
virtual void ConfigAmqpChannel::DeleteQueue |
( |
const std::string & |
queue_name, |
|
|
bool |
if_unused, |
|
|
bool |
if_empty |
|
) |
| |
|
inlinevirtual |
AmqpClient::Channel::ptr_t ConfigAmqpChannel::channel_ |
|
private |
The documentation for this class was generated from the following file: