21 skills found
paolosalvatori / ServiceBusExplorerThe Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
loekd / ServiceFabric.ServiceBusCommunicate to Azure Service Fabric Services using Service Bus Queues and Topics
microsoft / Build Mobile App With ChatThe tutorial uses several Azure services to power a real-time chat infrastructure that is readymade for analytics. Event Hubs ingest chat messages received from websites running in Web Apps. Web Jobs are used to pull chat messages from Event Hubs, invoke the Text Analytics API to apply sentiment scores to each message and to forward messages to Service Bus Topics from which chat participants receive their messages. Stream Analytics is used to drive the archival of scored chat messages into Document DB and Azure Search is used to make the stored chat messages full text searchable.
Azure-Samples / Pubsub Dapr Csharp ServicebusA complete microservice application featuring Dapr Pub-Sub, deployed to Azure Container Apps and Azure Service Bus Topics with dead-lettering support.
akshayblevel / Azure ServiceBus TopicAzure Service Bus - Topic
Lambda3 / Simple.BusA simple way to receive and send message to Azure Service Bus and RabbitMq
thomaslevesque / AspNetCore.SignalR.AzureServiceBusProvides scale-out support for ASP.NET Core SignalR using an Azure Service Bus topic to dispatch messages to all server instances.
Azure-Samples / Pubsub Dapr Nodejs ServicebusA complete microservice application featuring Dapr Pub-Sub, deployed to Azure Container Apps and Azure Service Bus Topics with dead-lettering support.
Azure-Samples / Pubsub Dapr Python ServicebusA complete microservice application featuring Dapr Pub-Sub, deployed to Azure Container Apps and Azure Service Bus Topics with dead-lettering support.
jefking / King.Service.ServiceBusTask scheduling for .NET: Azure Service Bus
renatogroffe / DotNetCore3.1 EnvioMensagensExemplo de implementação de um projeto Console Application em .NET Core 3.1 para envio de mensagens utilizando tecnologias como Azure Queue Storage, RabbitMQ, Azure Service Bus (Queues e Topics) e Apache Kafka.
Azure-Samples / Event Grid To Service BusThis sample shows how to use an Azure Event Grid Custom Topic as a message broker in a multitenant scenario to send messages to multiple Azure Service Bus queues in different namespaces, one for each tenant.
CosX / Service Bus Explorer TuiA cross-platform terminal UI for managing Azure Service Bus queues, topics, subscriptions, and messages. Built with Rust and ratatui, using direct REST API calls.
ppatierno / Azuresblite ExamplesExample scenarios to use Azure SB Lite library to access Azure Service Bus (Event Hubs, Queues and Topics/Subscription)
Mossharbor / AzureWorkArounds.ServiceBusImplmentations of Missing Dotnet Core Azure Service Bus functionality around Queues/Topics/Subsccriptions/Event Hubs
VeselovAndrey / ServiceBusViewerService Bus Viewer is a web application for viewing and interacting with Azure Service Bus queues and topics.
mauriciogentile / BusqBusQ is a .NET component that makes easier for developers to work with Azure Service Bus Queues. You'll no longer have to create Topic or Queue receivers to listen for messages. It's developed in C# with Reactive Extensions.
eShopWorld / MessagingA very lightweight extension to Azure Service Bus queues and topics that abstracts consuming applications from the Bus or the Channel technology stack.
JeffreyRosselle / Net Chat Application Azure Service Bus Topics SignalrNo description available
aranasoft / QueenseightDemo application bringing together AngularJS, SignalR, and Service Bus Topics for real-time notifications system-wide