Messaging refers to the design pattern whereby discrete messages are used for communication between objects or processes.
I am new to Messaging and want to know the difference between ActiveMQ, Mule, ServiceMix and Camel Anyone knows how …
java apache-camel activemq messaging apache-servicemixI have difficulties wrapping my head around the concept. I am trying to implement an endpoint that listens on a …
messaging apache-camelI'm looking for (simple) examples of problems for which JMS is a good solution, and also reasons why JMS is …
java jms messagingWant to implement a delayed consumer using the high level consumer api main idea: produce messages by key (each msg …
java scala messaging apache-kafka kafka-consumer-apiI am trying to get some simple UDP communication working on my local network. All i want to do is …
c# .net networking messagingWhat is the basic difference between stream processing and traditional message processing? As people say that kafka is good choice …
stream queue rabbitmq apache-kafka messagingI'm trying to implement my own chrome extension on which, on a certain event, create a browser notification and fills …
google-chrome google-chrome-extension messaging message-passingI want to know if JMS API uses any protocol to transfer messages or if uses its own. If the …
java jms messagingI am supporting a Java messaging application that requires low latency (< 300 microseconds processing each message). However, our profiling shows …
java performance messaging