If a user installs SC multiple times on the same machine with different hostname and/or port, the queue names need to be different per instance.
At the moment they all share the same name "Particular.ServiceControl", we actually hard coding it, see
|
.DefineEndpointName("Particular.ServiceControl") |
This causes issue because we have separate databases but the same queue.