Lane Wagner

Results 37 comments of Lane Wagner

I'd like to bump this - Super important. Lmk if you want help @koca

This looks like a question for the AMQP lib

im getting a 404: ``` Error loading sentiment2.ru: HTTP Error 404: Not Found ```

There is room for improvement here! However, at the moment to use this library effectively you should be creating new consumers for each queue you want to consume from. A...

Oh, lame that go get doesn't give a more verbose chain. My bad.

I would also like to help. This is my error when using `docker-compose up`: ``` web_1 | (node:17) DeprecationWarning: current URL string parser is deprecated, and will be removed in...

Everyone concerned with this thread please read the new docs on the `main` branch. This issue should be resolved. Please let me know as soon as you can if this...

I'm working on a fix for this. I'm thinking the new API will look like this: ```go conn := NewConnectionManager() consumer := NewConsumer(conn, ...) ``` Each consumer/publisher would then share...