Messages were published to exchanges incorrectly. A message was published for each bound queue instead of just once.
Also routing key was used incorrectly. Routing key belongs to published message, exchange then decides what to do with the message based on the routing key. Before this, message was published for each bound queue with routing key of the queue's name.
Messages were published to exchanges incorrectly. A message was published for each bound queue instead of just once.
Also routing key was used incorrectly. Routing key belongs to published message, exchange then decides what to do with the message based on the routing key. Before this, message was published for each bound queue with routing key of the queue's name.