All functions

amqp_bind_queue() amqp_unbind_queue() amqp_bind_exchange() amqp_unbind_exchange()

Bind Queues to Exchanges, or Exchanges to Other Exchanges

amqp_connect() print(<amqp_connection>) amqp_reconnect() amqp_disconnect()

Connections to a RabbitMQ Server

amqp_consume() amqp_cancel_consumer() amqp_listen() amqp_nack()

Consume Messages from a Queue

amqp_consume_later()

Consume Messages from a Queue, Later

amqp_declare_exchange() amqp_delete_exchange()

Declare or Delete Exchanges

amqp_get()

Get a Message from a Queue

amqp_properties() as.list(<amqp_properties>) print(<amqp_properties>)

Message Properties

amqp_publish()

Publish a Message to an Exchange

amqp_declare_queue() amqp_declare_tmp_queue() amqp_delete_queue()

Declare or Delete Queues