rabbitmq ~master (2020-11-30T12:02:27Z)
Dub
Repo
AmqpConnection.declareQueue
symmetry
api
rabbitmq
wrap
AmqpConnection
Undocumented in source. Be warned that the author may not have intended to support it.
class
AmqpConnection
amqp_queue_declare_ok_t
*
declareQueue
(
string
queue
,
bool
isPassive
,
bool
isDurable
,
bool
isExclusive
,
bool
autoDelete
,
bool
noWait
,
amqp_table_t
arguments
)
Meta
Source
See Implementation
symmetry
api
rabbitmq
wrap
AmqpConnection
constructors
this
functions
basicPublish
channel
consumeQueue
declareQueue
declareReplyToQueue
getBody
getFrame
login
maybeReleaseBuffers
openChannel
openSocket
simpleWaitFrame
static functions
newConnection
variables
conn