Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *

19 Comments

  1. Need use docker for rabittmq:
    docker run –rm -it –hostname my-rabbit -p 15672:15672 -p 5672:5672 rabbitmq:3-management

  2. Good stuff! keep it up! MassTransit makes sense now, though I spinned a container for RabbitMq and it worked perfect.

  3. Mukesh the endpoint.send hangs indefinitely when I use Cloudamqp. The URL in this case starts with amqps://etc etc. Has this option worked for you in the past?

  4. Thanks for the great article with detailed explaination where all the bits and pieces of MassTransit,RabbitMQ and Microservices are introduced under the same umbrella.
    I have a question to you,
    Can we have multiple ReceiveEndpoints configured in the same microservice by publishing message to two different queues?