bind(const Exchange &exchange, const Queue &queue, const std::string &key, const qpid::framing::FieldTable &args, bool synch=true) | qpid::client::Channel | |
cancel(std::string &tag, bool synch=true) | qpid::client::Channel | |
Channel(bool transactional=false, u_int16_t prefetch=500) | qpid::client::Channel | |
close() | qpid::client::Channel | |
commit() | qpid::client::Channel | |
consume(Queue &queue, std::string &tag, MessageListener *listener, int ackMode=NO_ACK, bool noLocal=false, bool synch=true, const qpid::framing::FieldTable *fields=0) | qpid::client::Channel | |
declareExchange(Exchange &exchange, bool synch=true) | qpid::client::Channel | |
declareQueue(Queue &queue, bool synch=true) | qpid::client::Channel | |
deleteExchange(Exchange &exchange, bool synch=true) | qpid::client::Channel | |
deleteQueue(Queue &queue, bool ifunused=false, bool ifempty=false, bool synch=true) | qpid::client::Channel | |
Functor typedef | qpid::sys::Runnable | |
functor() | qpid::sys::Runnable | |
get(Message &msg, const Queue &queue, int ackMode=NO_ACK) | qpid::client::Channel | |
publish(Message &msg, const Exchange &exchange, const std::string &routingKey, bool mandatory=false, bool immediate=false) | qpid::client::Channel | |
rollback() | qpid::client::Channel | |
run() | qpid::client::Channel | [virtual] |
setPrefetch(u_int16_t prefetch) | qpid::client::Channel | |
setReturnedMessageHandler(ReturnedMessageHandler *handler) | qpid::client::Channel | |
start() | qpid::client::Channel | |
~Channel() (defined in qpid::client::Channel) | qpid::client::Channel | |
~Runnable() (defined in qpid::sys::Runnable) | qpid::sys::Runnable | [virtual] |