dotnet-activemq-artemis-client
dotnet-activemq-artemis-client copied to clipboard
.NET Client for Apache ActiveMQ Artemis
Add docs that describe how to use `Microsoft.Extensions.Logging.Abstractions` with the client.
Relevant for ticket #35
Consumer priority allows ensuring that high priority consumers receive messages while they are active. https://activemq.apache.org/components/artemis/documentation/latest/consumer-priority.html
## Feature description Extend Message API with `first-acquirer` field. If the value is true, then this message has not been acquired by any other link (see section 3.3). If the...
Add docs that explain how to use `Scheduled Messages` feature. #116 https://activemq.apache.org/components/artemis/documentation/latest/scheduled-messages.html https://activemq.apache.org/components/artemis/documentation/latest/amqp.html