Package Description
$ dotnet add package Eliassen.MessageQueueingRepresents a message sender for a specific communication channel.
Initializes a new instance of the class.
Sends a message asynchronously to the specified communication channel.
The ID of the sent message.
Provides extension methods for configuring IoC (Inversion of Control) services for Message Queueing within this library.
Configures services for Message Queueing within this library.
The modified service collection.
Represents an in-process message provider that implements both IMessageSenderProvider and IMessageReceiverProvider.
Represents the context associated with a message, including metadata and headers.
Factory for creating instances of IMessageContext.
Provides handling of queue messages by coordinating multiple IMessageQueueHandler instances.
Utility class for resolving properties related to message queue handling.
Factory for creating instances of IMessageReceiverProvider based on configured message handlers.
Factory for creating instances of IMessageSenderProvider based on channel and message types.