houseofcat / turbocookedrabbit

A user friendly RabbitMQ library written in Golang.
MIT License
107 stars 20 forks source link

Make property Started public so it can be used to check if the Rabbit… #8

Closed rebeus closed 4 years ago

rebeus commented 4 years ago

Make property Started public so it can be used to check if the Rabbit consumer has started in the consuming application or library that is using turbocookedrabbit.

houseofcat commented 4 years ago

Per our discussion at work we sorted out that this is the behavior already happening internally. I don't see the harm of exposing a method to publicly check if a Consumer has started though. That did get lost in translation.

Next release will include that func.

rebeus commented 4 years ago

Per our discussion at work we sorted out that this is the behavior already happening internally. I don't see the harm of exposing a method to publicly check if a Consumer has started though. That did get lost in translation.

Next release will include that func.

I agree we sorted this out at work and we discussed that it would be beneficial to exposing a method to publicly check. Thanks for clarifying that this will be included in next release.