Hi, I don't know which client are you using but this call: > val queueName = channel.queueDeclare().getQueue() On the subscriber suggests that you are creating a new queue. So that queue won't have the message sent by the publisher. Make sure you are declaring the same queue on both sides. Cheers, Alvaro