Categorygithub.com/Maksumys/go-hare
repositorypackage
0.1.13
Repository: https://github.com/maksumys/go-hare.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

About The Project

Wrapper over golang amqp library that simplifies consumer and producer usage with additinal features. Inspired by gin

Key features:

  • Autoreconnect for amqp.Client
  • Message router for single queue deliveries with both direct and topic routings
  • Server abstraction over amqp consumer
  • Consumers graceful shutdown
  • Producer retries with backoff and circuit breaker

Installation

go get github.com/Maksumys/go-hare

Examples

See examples

License

Licensed under the MIT License