dotnet-activemq-artemis-core-client icon indicating copy to clipboard operation
dotnet-activemq-artemis-core-client copied to clipboard

Fire and forget Produce

Open Havret opened this issue 9 months ago • 0 comments

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).

Havret avatar May 04 '24 10:05 Havret