Rabbit library (Golang)
Rabbit is our Golang streadway/amqp wrapper library that we use for communicating with our internal RabbitMQ instances.
We make significant use of RabbitMQ internally because of its sophisticated routing capabilities.
While the
streadway/amqp
library is performant and reliable, it does not support automatic reconnects or context
usage (for cancellation).Our
rabbit
library aims to address that.Last modified 2yr ago