I'm just exploring the rabbit mq topics https://www.rabbitmq.com/tutorials/tutorial-five-javascript.html
When I'm running continuously ./receive_logs_topic.js "#"
(consumer) and publishing the message it works fine.
But when I kill consumer and send the message via publisher 2-3 times and again launch the consumer then the it's not processing the message which i sent before.
I'm comparing with rabbit queues that whenever the consumer is back it will process the pending messages.
Is topics
work in this fashion only or I'm messing with some configuration?