You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the great library! Really makes using rabbitMQ much easier.
Per the title, I don't see any response on the msg.ResultCh if the publish actually succeeds. I have the set the publisher.WithConfirmation(1) and have the ResultCh set as buffered to 1 (make(chan error, 1)).
Is there a amqpextra group (google or otherwise) where we could post questions like this?
Thanks
Chris
The text was updated successfully, but these errors were encountered:
Thanks for the great library! Really makes using rabbitMQ much easier.
Per the title, I don't see any response on the msg.ResultCh if the publish actually succeeds. I have the set the publisher.WithConfirmation(1) and have the ResultCh set as buffered to 1 (make(chan error, 1)).
Is there a amqpextra group (google or otherwise) where we could post questions like this?
Thanks
Chris
The text was updated successfully, but these errors were encountered: