-
We are using NServiceBus (7.2.4) with RabbitMQ (5.2.0) as the underlying transport. Some of our message handlers performs operations that _has side effects_ and _can't be enlisted in a transaction_. W…
-
When the hostname for the ServiceControl audit instance is defined using the wildcard (`*`) character to bind the API to multiple interfaces, it also uses this value for the main ServiceControl's Serv…
-
**Describe the bug**
In [ASBL v8 it was decided to set MaxDeliveryCount is to int.MaxValue to ensure messages are not dead-lettered accidentally and to remove the dependency on the endpoints' immed…
-
It seems that the `LogRequest` extension method for `ILogger` is only suited to deal with HttpRequests. However, what if I have a Function or a background worker that is triggered via a queued messag…
-
Feedback for 'Azure Functions with Azure Service Bus' https://docs.particular.net/nservicebus/hosting/azure-functions-service-bus/
Location in GitHub: https://github.com/Particular/docs.particular.…
-
## Symptoms
ServiceControl 4.21.0 instances do not honor the `TransportType` connection string setting and always connect via TCP. If the TCP port is not open in the firewall, then instances do not…
-
Azure.Messaging.ServiceBus now has feature parity with the older SDK and is the one getting Microsoft's attention when it comes to improvements and features.
-
Hi Guys
We are trying to convert some services to use the new **NserviceBuys.AmazonSQS 5.3.1** from **4.4.2**, those services subscribing on average to 40 topics each they are all deployed to one Ec…
-
When using the generic host, as for example in #172, the endpoint lifecycle is controlled by the generic host. On top of that services are configured using the host API and not the NServiceBus IoC API…
-
Good morning,
I'm trying to use abstract saga data like this, I would like all my saga data classes to have a correlation id :
```C#
public abstract class AbstractSagaData : ContainSagaData
{
…