RabbitMq + Masstransit queues -
in part of tutorials mentioned publisher , subscriber should have different queues. why so?
will work 1 queue?
masstransit not work multiple bus instances assigned queue. each instance grab next message - each bus gobble other bus' messages. ends in bad place. if there no consumer registered given message type, message rejected error queue. leaves errors , no indication why things erroring or messages aren't showing right.
now if doing competing consumers load balancing have multiple buses on same queue - should exact copies of each other , done load balancing.
Comments
Post a Comment