-
Updated
Jun 23, 2022
#
servicebus
Here are 121 public repositories matching this topic...
Liquid Application Framework documentation, useful links and sample project
api
aws
microservices
framework
mongodb
rabbitmq
dotnet
azure
architecture
sqs
gcp
grpc
servicebus
dotnet-core
entity-framework-core
restful-api
hexagonal-architecture
cosmosdb
abstraction-layer
multicloud
-
Updated
Jun 22, 2022 - C#
Simple service bus for sending events between processes using amqp.
javascript
middleware
node
rabbitmq
amqp
messaging
bus
service-bus
message-bus
servicebus
round-robin
message-acknowledgement
-
Updated
Jun 23, 2022 - JavaScript
Sample Event Sourcing implementation with .NET Core
unit-testing
kafka
mongodb
dotnet
azure
eventstore
event-sourcing
servicebus
dotnet-core
azure-functions
azure-service-bus
cosmosdb
-
Updated
Feb 28, 2022 - C#
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
microservices
cqrs
serverless
azure
eda
event-sourcing
servicebus
faas
akkadotnet
webapi
faas-platform
webjobs
faas-framework
-
Updated
Jul 8, 2022 - C#
An observable microservice bus library for .NET, that wraps the underlying message transports in simple Rx based interfaces.
-
Updated
Nov 17, 2021 - C#
Golang library for Azure Service Bus -- https://aka.ms/azsb
-
Updated
Nov 16, 2021 - Go
-
Updated
Nov 6, 2020 - Java
Decentralized asynchronous messaging framework
c-sharp
rest
rabbitmq
nuget
messaging
bus
iis
servicebus
owin
asp-net-core
owin-middleware
netstandard20
-
Updated
Jul 7, 2022 - C#
Terraform script to deploy almost all Azure Data Services
azure
servicebus
lrs
azurefunctions
azure-resources
databricks
datalake
azure-data-factory
eventhub
datafactory
eventgrid
kusto
azuredataexplorer
azureanalysisserver
data-lake-storage
-
Updated
Mar 31, 2022 - HCL
Receive messages from multiple sources using a centralised delivery pipeline
-
Updated
Apr 9, 2021 - C#
Experimental project with .NET Core 3, ASP.NET Core 3, GraphQL, Entity Framework Core, PostgreSQL or MSSQL, MongoDB, MediatR, Automapper, MassTransit, RabbitMQ or Azure ServiceBus and Docker
-
Updated
Jan 14, 2020 - C#
Biblioteket implementerer basisbehovet for meldingsutveksling innenfor norsk helsesektor ved bruk av AMQP-protokollen
-
Updated
Jun 28, 2022 - C#
good first issue
Good for newcomers
area:correlation
All issues related to correlation
breaking-change
All issues related to code breaking changes.
The dynamic queue
csharp
queue
rabbitmq
dotnet
dynamic
zeromq
servicebus
message-queue
rabbitmq-client
dynamic-queries
message-broker
netmq
message-broker-client
servicebus-queue
azure-message-broker
csharp-message-broker
dotnet-message-broker
net-message-broker
-
Updated
Nov 16, 2017 - C#
Fast multi-transport messaging framework
-
Updated
Apr 27, 2022 - C#
stijnmoreels
commented
Jul 8, 2022
Is your feature request related to a problem? Please describe.
We decided to use Information as default Serilog log verbosity, but haven't streamlined this across every project template.
Describe the solution you'd like
Use Information as default Serilog log verbosity .MinimulLevel.Information() in each Serilog setup, across all project templates.
Additional context
Conc
good first issue
Good for newcomers
template-area:web-api
All issues related to templates for Web APIs
template-area:worker
All issues related to templates for workers
area:telemetry
All issues related to telemetry
Microservice Framework based on Durable Task Framework
-
Updated
Jun 25, 2020 - C#
A micro-service to listen to Azure Service bus for "Achievement Unlocked Events", process them, and emit a message to listening clients via SignalR
-
Updated
Jun 23, 2022 - C#
A boilerplate project for Azure Big Data PaaS services
-
Updated
Jul 8, 2022 - JavaScript
Lightweight Reliable Messaging Framework using Outbox Pattern / EFCore / AzureServiceBus
events
messaging
servicebus
distributed
dotnet-core
esb
efcore
eventual-consistency
outbox
azureservicebus
-
Updated
Jun 22, 2022 - C#
A wrapper to use Azure Service Bus in a ASP.NET Core project
-
Updated
Jul 7, 2022 - C#
-
Updated
Jun 18, 2022 - JavaScript
.Net5 microservices example for cryptocurrencies price prediction using ML.NET, Vue, SignalR and massTransit
microservices
vue
rabbitmq
dotnetcore
servicebus
cryptocurrency
vue-router
asp-net-core
signalr
masstransit
mlnet
-
Updated
May 18, 2021 - Vue
serbrech
commented
Feb 5, 2021
update readme.
basically,
- make setup
- edit env file
- run make integration-local
- docker-compose file can narrow down which test you run.
- only connectionstring test work since it's local
- localhost:16686 for jaeger traces
documentation
Improvements or additions to documentation
good first issue
Good for newcomers
help wanted
Extra attention is needed
-
Updated
Jun 10, 2022 - C#
ApolloBus is an EventBus.
-
Updated
Nov 11, 2021 - C#
A library that allows to easily integrate Queue messaging with RabbitMQ and Azure Service Bus in a .NET application.
rabbitmq
servicebus
rabbitmq-server
asp-net-core
net
rabbitmq-client
net-standard
rabbitmq-consumer
azure-service-bus
rabbit-mq
service-bus-queue
servicebus-queue
rabbitmq-producer
servicebus-queue-sender
-
Updated
Jun 21, 2022 - C#
Improve this page
Add a description, image, and links to the servicebus topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the servicebus topic, visit your repo's landing page and select "manage topics."


Is your feature request related to a problem? Please describe.
Previously, we tried to reuse the Serilog's log context enrichment with our message correlation, but that gave unwanted results.
Describe the solution you'd like
Remove the
UsingMessageCorrelationEnricherprotectedmethod from theMessageRouterin theArcus.Messaging.Abstractionsproject.