go-coffeeshop icon indicating copy to clipboard operation
go-coffeeshop copied to clipboard

level=info msg="Queue bound to exchange, starting to consume from queue, consumerTag: counter-order-consumer"

Open arpitcoder opened this issue 3 years ago • 1 comments

At the step where the go-coffee-counter container starts it freezes with no result please help.

arpitcoder avatar Dec 01 '22 20:12 arpitcoder

This message indicates that a queue has been successfully bound to an exchange, and that a consumer with the specified tag is now consuming messages from the queue. This is a common message when setting up messaging systems with queues and exchanges. Try check the configuration of the container, or any other services that it needs to communicate with.

kbakdev avatar Dec 04 '22 17:12 kbakdev

Fixed in the latest version in the main branch at https://github.com/thangchung/go-coffeeshop/commit/22d33190a0cf81630878e47bafae2de7c0abb783. Feel free to re-open it if there are still things else to fix.

thangchung avatar Dec 28 '22 08:12 thangchung