timbussmann / MongoDBMigration

Sample project showcasing a migration to NServiceBus.Storage.MongoDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MongoDBMigration

Sample project showcasing a migration to NServiceBus.Storage.MongoDB using RabbitMQ transport and MongoDB persistence.

Setup infrastructure

RabbitMQ

Start a RabbitMQ broker with enabled management plugin and expose ports locally:

docker run -d --hostname my-rabbit --name rabbit -p 5672:5672 -p 15672:15672 rabbitmq:management

MongoDB

Start a MongoDB server with replication set enabled and expose ports locally:

docker run -d -p 27017:27017 --name TestMongoDB mongo:latest --replSet tr0

About

Sample project showcasing a migration to NServiceBus.Storage.MongoDB


Languages

Language:C# 64.3%Language:HTML 19.0%Language:JavaScript 16.5%Language:ASP 0.3%