Where can I find a working example of a publisher/subscriber setup using MassTransit ?
Where can I find a working example of a publisher/subscriber setup using MassTransit ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What you need is the Grid.Distributor sample.
https://github.com/MassTransit/MassTransit/tree/develop/src/Samples/Distributor
If you are using RabbitMQ instead of MSMQ, it is possible to use competing consumers. We don’t recommend that with MSMQ though. If you want to try, it must be with transactional queues.
If you have more questions, feel free to reach out on the mailing list. http://groups.google.com/group/masstransit-discuss