Skip to content

Commit 86168da

Browse files
authored
Updates based on customer feedback
Feedback from Particular/ServiceControl.Connector.MassTransit#279 (comment)
1 parent e5096b3 commit 86168da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

servicecontrol/masstransit/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ The [MassTransit Connector for ServiceControl](https://hub.docker.com/r/particul
99

1010
## How the MassTransit Connector works
1111

12-
The MassTransit Connector for ServiceControl container monitors for the existence of the error queues specified in the `queues.txt ` file. Respecting the convention, these queues usually have a `_error` suffix. These error queues contain messages that have faulted and have been moved out of the consumer's input queue. The container then takes that message, ensures the correct format of all the headers, and moves the faulted message to the input queue of ServiceControl.
12+
The MassTransit Connector for ServiceControl container monitors for the existence of the error queues specified in the `queues.txt ` file. These error queues contain messages that have faulted and have been moved out of the consumer's input queue. The container then takes that message, ensures the correct format of all the headers, and moves the faulted message to the input queue of ServiceControl.
1313

1414
ServiceControl reads the faulted message, extracting information and metadata about the fault. It also indexes the metadata, allowing operations and support teams to see the faulted message within the ServicePulse dashboard.
1515

1616
## What queues are created
1717

1818
The ServiceControl MassTransit Connector creates a queue for transferring messages from ServiceControl back to a consumer's input queue. By default, the queue name is `Particular.ServiceControl.Connector.MassTransit_return`, which can be changed by overwriting the default value using the `RETURN_QUEUE` environment variable.
1919

20-
It also creates a "poison" queue that it starts with the same name as the `RETURN_QUEUE` and appends `.poison` to it. By default, the queue name is `Particular.ServiceControl.Connector.MassTransit_return.poison`. This queue is only used if there are any messages that the connector fails to process. Should any messages fail to this queue, a warning is raised in the `Custom Checks` section of ServicePulse
20+
It also creates a "poison" queue that starts with the same name as the `RETURN_QUEUE` and appends `.poison` to it. By default, the queue name is `Particular.ServiceControl.Connector.MassTransit_return.poison`. This queue is only used if there are any messages that the connector fails to process. Should any messages fail to this queue, a warning is raised in the `Custom Checks` section of ServicePulse
2121

2222
In addition, ServiceControl creates queues necessary to facilitate the process of retrying failed messages. These are:
2323

0 commit comments

Comments
 (0)