SlimMessageBus icon indicating copy to clipboard operation
SlimMessageBus copied to clipboard

Lightweight message bus interface for .NET (pub/sub and request-response) with transport plugins for popular message brokers.

Results 48 SlimMessageBus issues
Sort by recently updated
recently updated
newest added

As you support Kafka already it would be great to get support for Apache Pulsar as well. https://pulsar.apache.org/ Cheers.

enhancement

Hi, I would like to contribute to the project by building a provider for Apache Pulsar. I would like to hear what you think. I saw in the CONTRIBUTING.md file...

enhancement

Hi, thank you for providing this nice to start and easy to use message bus library. I searched a while for a message bus with quite exactly these features and...

enhancement
question
Host.Memory

I'm implementing SlimMessageBus with EventHubs and am targeting a single EventHubs instance (topic) for all messages. Using pub/sub so my registrations more or less look something like: ``` CSharp MessageBusBuilder.Create()...

enhancement
question
Host.AzureEventHubs

Create sample of example usage of SMB with Azure Functions V4 dotnet isolated process with at least: - Sending messages using SMB - DI setup - Perhaps topic/subscription provisioning

enhancement
priority-low

The package https://www.nuget.org/packages/Microsoft.AspNetCore.Http.Abstractions/ is deprecated. We need to find and migrate to its replacement.

enhancement
Host.AspNetCore

It is refreshing to see some alternatives to Rebus. Do you have any plan to implement Database transport?

enhancement
priority-high

Hi ! Do you know how to implement distributed tracing with slim ?

enhancement
help wanted
question

**Current behavior** Currently (v2.0.1) I can register only one consumer `IConsumer` within a running application to process a given message for Azure Service Bus **Desired behavior** I would like to...

enhancement
Host.AzureServiceBus

Azure Functions v4 dotnet-isolated with Azure Service Bus triggers do not provision topics, subscriptions and queues automatically. This is where SMB could help create the topology for Azure Functions.

AzureFunctions