Alex Khoury

Results 4 comments of Alex Khoury

Here is a summary of how we tested the library internally before releasing it to the public: 1. All of our microservices are tested via cucumber testing, using the following...

Small update on the issue, I'm working on a test file for the Manager. It was recommended by someone on Reddit to use `testcontainer-go` for managing a docker container for...

Yeah, I see the problem here. That would indeed be a breaking change. But at the same time, we need to expose `AutoDeleted`, `Internal`, and `NoWait` eventually. This breaking change...

That's a good point, we could even check for both in that case ```go func (a *amqpConnection) registerConsumer(consumer MessageConsumer) error { for _, channel := range a.channels { if channel.consumer...