wagslane / go-rabbitmq

A wrapper of streadway/amqp that provides reconnection logic and sane defaults
https://blog.boot.dev/golang/connecting-to-rabbitmq-in-golang-easy/
MIT License
753 stars 126 forks source link

chore: initial integration test #171

Open astromechza opened 3 weeks ago

astromechza commented 3 weeks ago

This PR adds a basic, but high coverage, integration test to the CI pipeline to validate that we can connect, publish, consume, and close cleanly.

The same test setup and prepare functions could be used in more test suites going forward.