toreshield.blogg.se

Docker masstransit .net
Docker masstransit .net






So I built a docker file which looked something like

docker masstransit .net

Problem is that RabbitMQ relies on erlang so I’d have to install that too. I’d just copy the installation file into their destination. In my heart I felt like running the installer wasn’t quite the right way to go.

Docker masstransit .net how to#

The only problem was that I didn’t really know how to do that. Why that sounds like a perfect opportunity to deploy RabbitMQ to a container. I found that MassTransit supports running on RabbitMQ. So when I found myself presented with the question “how can we get into messaging in our apps for free?” I figured I’d crack open the laptop and build something with MassTransit. I have 3 other machines in the house but they’re either unsuitable for containers (OSX running Windows in parallels) or I’ve so totally borked them playing with early betas of containers they need to be formatted and reinstalled – possibly also thrown into the sun. The thing I was most excited about was that I’d get to play with Windows containers again.

docker masstransit .net

I bought a new laptop, a Dell XPS 15 and my oh my is it snazzy.






Docker masstransit .net