Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Work with AMQP reliably, especially in times of cluster membership changes.

Notifications You must be signed in to change notification settings

mashiro-no-rabo/musical-octo-happiness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestDurableQueue

Example of cleanly auto-reconnect durable queue to RabbitMQ, especially in times of cluster membership changes.

Checkout my blog!

Features

  • Reuse connection: no reconnect (recreation of Connection) unless the connected node (on AMQP side) fails
  • Exactly one channel, and resilent to queue failure (queue down due to RabbitMQ cluster changes)
  • Useful logging (with lager because it's bundled with amqp_client)
  • Example of passing in options through Supervisor layers

About

Work with AMQP reliably, especially in times of cluster membership changes.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages