Skip to content

Go example for rabbitmq_delayed_message_exchange's plugin

Notifications You must be signed in to change notification settings

ghigt/rabbitmq-delayed

Repository files navigation

This project demonstrates how to use the rabbitmq_delayed_message_exchange's plugin.

  1. An exchange is created with the x-delayed-message type.
  2. Then we declare a queue user-published-queue that we bind to the routing key user.event.publish.
  3. Then we send an event with into user.event.publish with a 'delay' of 10 sec.
  4. Finally, we consume the queue user-published-queue and we can see that the event sent is only received after the delay of 10 sec.

We also handle a disconnection and reconnection of rabbitmq trying every 5 sec if a new connection is available.

Uses dep tool for dependency management:

$ go get -u github.com/golang/dep/cmd/dep
$ dep ensure

About

Go example for rabbitmq_delayed_message_exchange's plugin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages