rebus-org / Rebus.RabbitMq

:bus: RabbitMQ transport for Rebus
https://mookid.dk/category/rebus
Other
63 stars 44 forks source link

RabbitMQ client 6.0 support #71

Closed mathiasnohall closed 3 years ago

mathiasnohall commented 3 years ago

IQueueingBasicConsumer is removed in RabbitMq.Client 6.0

addressing issue https://github.com/rebus-org/Rebus.RabbitMq/issues/69#issuecomment-682700227

mookid8000 commented 3 years ago

Hmm, weird – something seems to be off on the build server – 58 tests are failing.

I'll take the chance and merge it and see if I can fix it 🙂

mathiasnohall commented 3 years ago

ok cool :) yeah weird, only one test failed on my machine :)

mookid8000 commented 3 years ago

I've pushed it as Rebus.RabbitMq 7.3.0 – it should be visible on NuGet.org in a few minutes

Thanks for contributing! 👍