Overview
When MassTransit is used with the rest of the platform, there are in total 4 containers that need to be deployed:
- particular/servicecontrol
- particular/servicecontrol-ravendb
- particular/servicecontrol-masstransit-connector
- particular/servicepulse
The particular/ and particular/ containers are used to ingest messages from the error queue.
The particular/ container reads messages from the MassTransit system's error queues and moves them into the error queue to be ingested by ServiceControl.
The particular/ container exposes a web interface to allow users to retry failed messages back to the MassTransit system.
Getting started
The first step is to configure and deploy the particular/ image, to do this follow this deployment guide.
After that, follow the instructions in Docker Hub on How to use this image.