rabbitmq / rabbitmq-amqp-go-client

Golang RabbitMQ client for AMQP 1.0 protocol
Apache License 2.0
9 stars 0 forks source link

Implement reconnection #5

Open Gsantomaggio opened 2 months ago

Gsantomaggio commented 2 months ago

Is your feature request related to a problem? Please describe.

Like the other clients (Java and .NET) we should implement the reconnection

Describe the solution you'd like

Depends on: https://github.com/rabbitmq/rabbitmq-amqp-go-client/issues/4

Describe alternatives you've considered

No response

Additional context

No response

Gsantomaggio commented 2 months ago

Depends on https://github.com/Azure/go-amqp/pull/333