PubBus

Message bus

An implementation of a publish-subscribe messaging system

A simple implementation of a MessageBus.

GitHub

26 stars
3 watching
7 forks
Language: C++
last commit: over 2 years ago
Linked from 1 awesome list

cpphacktoberfestmessagemessagebuspublish-subscribe

Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
mcmatan/topiceventbusAn implementation of the Publish–subscribe design pattern with topic-based event publishing and weak observer references.55
cskr/pubsubA simple multi-topic messaging system implemented as a Go package431
stanipetrosyan/go-eventbusProvides an event bus implementation with features like publish/subscribe and request/response patterns, as well as support for processors and network buses.5
mustafaturan/busA minimalist event/message bus implementation337
zarusz/slimmessagebusA lightweight message bus interface for .NET that provides pub/sub and request-response capabilities with transport plugins for popular messaging infrastructure.486
vardius/message-busAn asynchronous message queue allowing publishers to send and subscribers to receive messages.273
aforward/sadbusA simple message bus for decoupling microservices by sharing data between them in a relatively loose manner5
riorizkyrainey/pubsub-redis-phpA PHP implementation of the Publish/Subscribe pattern using Redis as the message broker3
voltrb/volt-redis_message_busProvides a simple Redis-based message bus for sending messages between app instances4
developerpaul123/eventbusAn event bus library providing thread-safe, flexible, and RAII-based handling of events in C++17143
julien3/vertxbusppAn event bus client for the Vert.x framework using WebSockets and C++11.17
rafaeljesus/rabbusProvides an event-driven messaging wrapper over RabbitMQ exchanges and queues with built-in features like retries, circuit breakers, and reconnecting.97
php-amqplib/thumperA PHP library implementing several messaging patterns for RabbitMQ to facilitate message queuing and exchange of messages between systems.276
silverchris/mazda3_canbus_messagesDecodes and analyzes Mazda3 CanBus messages using Python9
abc-arbitrage/zebusA lightweight service bus that enables peer-to-peer communication between applications without a broker305