Bind an exchange to an exchange.
Bind an exchange to an exchange.
the name of the exchange to which messages flow across the binding
the name of the exchange from which messages flow across the binding
the routine key to use for the binding
Declare an exchange.
Declare an exchange. This invocation does nothing if exchange with identical parameters already exists.
Declare an exchange passively; that is, check if the named exchange exists.
Declare an exchange passively; that is, check if the named exchange exists.
the name of the exchange
Delete an exchange.
Delete an exchange.
the name of the exchange
true to indicate that the exchange is only to be deleted if it is unused
Unbind an exchange from an exchange.
Unbind an exchange from an exchange.
the name of the exchange to which messages flow across the binding
the name of the exchange from which messages flow across the binding
the routine key to use for the binding
Bind a queue to an exchange.
Bind a queue to an exchange.
the name of the queue
the name of the exchange
the routine key to use for the binding
Actively declare a server-named, exclusive, auto-delete, non-durable queue.
Declare a queue.
Declare a queue. This invocation does nothing if queue with identical parameters already exists.
Declare a queue passively; i.e., check if it exist.
Declare a queue passively; i.e., check if it exist.
the name of the queue
Delete a queue.
Delete a queue.
true if the queue should be deleted only if not in use
true if the queue should be deleted only if empty
Purges the contents of the given queue.
Purges the contents of the given queue.
the name of the queue
Unbind a queue from an exchange.
Unbind a queue from an exchange.
the name of the queue
the name of the exchange
the routine key to use for the binding
Declare a queue.
Declare a queue.
(Since version 0.2.0) Will be removed in 0.3.0
Declare an exchange.
Declare an exchange.
(Since version 0.2.0) Will be removed in 0.3.0
Delete an exchange, without regard for whether it is in use or not.
Delete an exchange, without regard for whether it is in use or not.
(Since version 0.2.0) Will be removed in 0.3.0
Delete a queue, without regard for whether it is in use or has messages on it.
Delete a queue, without regard for whether it is in use or has messages on it.
(Since version 0.2.0) Will be removed in 0.3.0