dotnet-activemq-artemis-core-client
dotnet-activemq-artemis-core-client copied to clipboard
Fire and forget Produce
Alongside ProduceAsync
, which waits for confirmation from the broker that the message was delivered, an additional Produce
method should extend the Producer
interface, providing an option to send messages in a fire-and-forget manner (without waiting for confirmation).