KCML_AMQP_Connection

Methods

Constructor
SetDeliveryCallbackSet the callback for messages received by this connection
SetReturnCallbackSet the callback for undeliverable messages returned to this connection
SetAckCallbackSet the callback for message acknowledgements received by this connection
ChannelOpenOpen a channel
ChannelCloseClose a channel
ExchangeDeclareDeclare an exchange; create it if needed
ExchangeDeleteDelete an exchange
ExchangeBindBind one exchange to another
ExchangeUnbindUnbind one exchange from another
QueueDeclareDeclare a queue; create it if needed
QueueBindBind a queue to an exchange
QueuePurgeRemove all messages from a queue
QueueDeleteDelete a queue
QueueUnbindUnbind a queue from an exchange
BasicPublishPublish a message to an exchange
BasicConsumeCreate a consumer for a queue
BasicCancelCancel an active consumer
BasicAckAcknowledge messages
BasicRejectReject a message
BasicNackReject messages
ConfirmSelectPut a channel in confirm mode

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.