message-oriented-middleware
There are 18 repositories under message-oriented-middleware topic.
ramesaliyev/mom
Proof of concept for Message-Oriented-Middleware based architecture.
thrau/pymq
A simple message-oriented middleware library built for Python IPC across machine boundaries
q3769/conseq4j
A Java concurrent API to asynchronously execute related tasks sequentially, and unrelated tasks concurrently.
svenvc/stamp
Stamp is an implementation of STOMP (Simple (or Streaming) Text Oriented Message Protocol) for Pharo, a protocol to interact with message-oriented middleware (MOM).
q3769/chunk4j
A Java API to chop up larger data blobs into smaller "chunks" of a pre-defined size, and stitch the chunks back together to restore the original data when needed.
marhcouto/reliable-pub-sub
:loop: Reliable Publisher Subscriber MOM library for Rust - SDLE -> M.EIC - FEUP
adam-stamand/dpn
Message oriented middleware with easy to use API, supporting patterns such as Pub/Sub, Request/Reply, and Push/Pull.
brendan-sadlier/DistributedQuoteService
Distributed Quote Service, implemented 4 different ways: RMI, REST, MOM and Jax-WS
danylokravchenko/message-oriented-middleware
Hands-on different types of message oriented middleware: message queues and publish/subscribe mechanism
fl028/little_mom
Assignment project Advanced concepts programming DHBW CAS SoSe24
MSSkowron/DistributedSystems
Collection of diverse projects, each focusing on different topics within the realm of distributed systems.
smartlocus/Distributed-Banksystem-Communication
Distributed Systems Communiction based on Banks
WalManas/DPDK-Based-Message-Broker
This project is a simple MQTT-like PubSub message broker that uses ANS-DPDK to bypass the Linux kernel network stack in order to achieve lower latency and higher throughput.
DFTF-PConsole/IS-Projetos-AppIntegration-MEI-2022
PUBLIC | Faculdade de Ciências e Tecnologia da Universidade de Coimbra (FCTUC) - Mestrado em Engenharia Informática (MEI) - Percurso: Engenharia de Software - 2022/2023 | Integração de Sistemas (IS) - Projetos: Data Representation and Serialization Formats; Spring Reactive; Message Oriented Middleware (MOM) and Kafka Streams.
igithub14/TCP_Socket_Test
Test a TCP connection between two tightly coupled systems. Later, I'm gonna test a more loose coupled solution.
jdvalencit/message-oriented-middleware
Message Oriented Middleware implemented in Rust
sigpwned/hermes
Divine message processing in the cloud for Java 8+
yosra270/communication_between_distributed_objects
Simple demos of CORBA, JMS, RMI, Sockets ... and comparison of message-oriented middlewares.