Directories
¶
Path | Synopsis |
---|---|
src
|
|
github.com/streadway/amqp
Package amqp is an AMQP 0.9.1 client with RabbitMQ extensions
|
Package amqp is an AMQP 0.9.1 client with RabbitMQ extensions |
github.com/streadway/amqp/_examples/simple-consumer
This example declares a durable Exchange, an ephemeral (auto-delete) Queue, binds the Queue to the Exchange with a binding key, and consumes every message published to that Exchange with that routing key.
|
This example declares a durable Exchange, an ephemeral (auto-delete) Queue, binds the Queue to the Exchange with a binding key, and consumes every message published to that Exchange with that routing key. |
github.com/streadway/amqp/_examples/simple-producer
This example declares a durable Exchange, and publishes a single message to that Exchange with a given routing key.
|
This example declares a durable Exchange, and publishes a single message to that Exchange with a given routing key. |
simple-consumer
This example declares a durable Exchange, an ephemeral (auto-delete) Queue, binds the Queue to the Exchange with a binding key, and consumes every message published to that Exchange with that routing key.
|
This example declares a durable Exchange, an ephemeral (auto-delete) Queue, binds the Queue to the Exchange with a binding key, and consumes every message published to that Exchange with that routing key. |
simple-producer
This example declares a durable Exchange, and publishes a single message to that Exchange with a given routing key.
|
This example declares a durable Exchange, and publishes a single message to that Exchange with a given routing key. |
Click to show internal directories.
Click to hide internal directories.