-
### NuGet Product Used
dotnet.exe
### Product Version
.NET SDK Version: 6.0.101 Commit: ef49f6213a Runtime Environment: OS Name: debian OS Version: 11 OS Platform: Linux RID: …
-
### Is this a bug report?
Yes
### Can you also reproduce the problem with the latest version?
Yes.
### Environment
1. Dotnet version: 2019
2. Operating system: Win 10
3. IDE (Rider, VS Code…
-
@robertknight noticed this in the h-periodic logs:
```
Jul 12 02:08:00 h-periodic-prod_i-0dc52775870060687 eb-3394d7536e29-stdouterr.log h-beat (stderr) | [2021-07-12 01:08:00,110: ERROR/Main…
seanh updated
3 years ago
-
I am trying to figure out a way to consume a message published on a topic from Azure function using Service Bus
I have a function that send a message to a queue (Azure service bus queues)
Another …
-
Hi,
First of all, thanks for creating CAP, it seems very useful!
We're planning to use CAP to implement the outbox pattern, publishing messages via Azure Service Bus that will be consumed by non…
-
We're using the scheduled message feature of MassTransit to send a future message using an Azure Service Bus. The message does materialize on the queue eventually as expected. However, when we go to…
-
In `AddMassTransitHostedService`, I am currently using `waitUntilStarted` to block until startup is complete, since other hosted services I use depend on the bus.
In addition to this functionality,…
-
### Is this a bug report?
Yes
### Can you also reproduce the problem with the latest version?
Yes
### Environment
1. Dotnet version: 3.1
2. Operating system: Linux
3. IDE (Rider, VS…
-
When the Kafka endpoint is not responding the cancellation token passed to the Produce method is not taken into account. The default value of 30 seconds is taken instead (KafkaProducerContext.cs). Thi…
-
It seems elsa wont be trigger after masstransit consumed by an interface type .
I mean when elsa configured to be aware of interface message type it wont trigger ReceiveMassTransitMessage activit…