Skip to content

GrantStreetGroup/go-amqp-reconnect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rabbitmq/amqp091-go Conneciton/Channel auto reconnect wrap

rabbitmq/amqp091-go Connection/Channel does not reconnect if rabbitmq server restart/down.

To simply developers, here is auto reconnect wrap with detail comments.

How to change existing code

  1. add import import "github.com/GrantStreetGroup/go-amqp-reconnect/rabbitmq"
  2. Replace amqp.Connection/amqp.Channel with rabbitmq.Connection/rabbitmq.Channel!

Example

Close by developer

go run example/close/demo.go

Auto reconnect

go run example/reconnect/demo.go

About

auto reconnecting example for github.com/rabbitmq/amqp091-go Connection & Channel

Resources

License

Stars

Watchers

Forks

Languages

  • Go 100.0%