I have the implementation where one micro service post message to topic. There is only one consumer bounded to topic from another microservice. I assumed that message posted to the topic would be routed to the bounded queue in the same order, but I ran into issue where message come in out of order.
Is my assumption correct? Do I need configure anything on rabbitmq so that topic route message in order?