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

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

How do you convert a timestamp into a datetime in python with the correct timezone? -