Messaging refers to the design pattern whereby discrete messages are used for communication between objects or processes.
I have a Java application which I make available via RESTful web services. I want to create a mechanism so …
events rest messaging notifications messageI have read an article "Microservices" by Martin Fowler and find it difficult to understand smart endpoints and dumb pipes. …
architecture soa messaging distributed microservicesIs it possible to send complex messages via JMS? I can send TextMessages, Messages etc .. but when I try to …
java jms messagingI'm currently doing analysis and design for a new message bus architecture in my company. I have tried MSMQ to …
.net architecture msmq messagingI'd like to compare somehow capabilities of grpc vs. zeromq & its patterns: and I'd like to create some comparsion (…
zeromq messaging grpcI'm working on a messaging/notification system for our products. Basic requirements are: Fire and forget Persistent set of messages, …
msmq messaging activemqAs far as I know, Apache Kafka is asynchronous messaging platform, where as Apache Camel is a platform implementing the …
apache-kafka apache-camel jms messaging