Top "Messaging" questions

Messaging refers to the design pattern whereby discrete messages are used for communication between objects or processes.

Java Messaging : Difference between ActiveMQ, Mule, ServiceMix and Camel

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-servicemix
Apache Camel producers and consumers

I have difficulties wrapping my head around the concept. I am trying to implement an endpoint that listens on a …

messaging apache-camel
what is JMS good for?

I'm looking for (simple) examples of problems for which JMS is a good solution, and also reasons why JMS is …

java jms messaging
Kafka - Delayed Queue implementation using high level consumer

Want 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-api
How to do a UDP multicast across the local network in c#?

I am trying to get some simple UDP communication working on my local network. All i want to do is …

c# .net networking messaging
Difference between stream processing and message processing

What is the basic difference between stream processing and traditional message processing? As people say that kafka is good choice …

stream queue rabbitmq apache-kafka messaging
Message Oriented Middleware (MoM) Vs. Enterprise Service Bus (ESB)

I come from a background of MoM. I think I understand ESB conceptually. However, I'm not too sure about the …

java soa messaging esb mom
Passing message from background.js to popup.js

I'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-passing
Which protocol does JMS use to send and receive messages?

I want to know if JMS API uses any protocol to transfer messages or if uses its own. If the …

java jms messaging
Technique or utility to minimize Java "warm-up" time?

I am supporting a Java messaging application that requires low latency (< 300 microseconds processing each message). However, our profiling shows …

java performance messaging