KCML_AMQP_Connection
Methods
| Constructor | |
| SetDeliveryCallback | Set the callback for messages received by this connection |
| SetReturnCallback | Set the callback for undeliverable messages returned to this connection |
| SetAckCallback | Set the callback for message acknowledgements received by this connection |
| ChannelOpen | Open a channel |
| ChannelClose | Close a channel |
| ExchangeDeclare | Declare an exchange; create it if needed |
| ExchangeDelete | Delete an exchange |
| ExchangeBind | Bind one exchange to another |
| ExchangeUnbind | Unbind one exchange from another |
| QueueDeclare | Declare a queue; create it if needed |
| QueueBind | Bind a queue to an exchange |
| QueuePurge | Remove all messages from a queue |
| QueueDelete | Delete a queue |
| QueueUnbind | Unbind a queue from an exchange |
| BasicPublish | Publish a message to an exchange |
| BasicConsume | Create a consumer for a queue |
| BasicCancel | Cancel an active consumer |
| BasicAck | Acknowledge messages |
| BasicReject | Reject a message |
| BasicNack | Reject messages |
| ConfirmSelect | Put a channel in confirm mode |
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.