Top "Messaging" questions

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

Spread vs MPI vs zeromq?

In one of the answers to Broadcast like UDP with the Reliability of TCP, a user mentions the Spread messaging …

api networking messaging distributed cluster-computing
Lightweight Message Bus library

I will be starting a small Java (GWT really) project in the near future and I am at "information gathering" …

java messaging
Android GCM error. Server returns Not Registered when client IS registered

I followed the demo given at http://developer.android.com/google/gcm/gs.html and got a trial application, GCMTrial …

android cloud messaging
Best solution for Java HTTP push (messaging)

We want to push data from a server to clients but can only use HTTP (port 80). What is the best …

java http jms comet messaging
Push Notification vs. Web Sockets for implementing a real-time chat app?

I'm looking into building a real-time chat app for iPhone (but this question applies to Android and other devices as …

iphone push-notification apple-push-notifications messaging
Is there any simulator/tool to generate messages for streaming?

For testing purpose, I need to simulate client for generating 100,000 messages per second and send them to kafka topic. Is …

streaming apache-kafka simulation messaging stub
Chrome Extension - Message Passing from Popup to Content Script

I'm trying to pass data from a popup to a content script, but I'm not having any luck. I got …

javascript google-chrome google-chrome-extension messaging
Ordinary Queue vs SEDA Queue

Being new to Apache Camel, I was recently reviewing its long list of components and stumbled upon their support for …

java queue messaging apache-camel
Microservices: REST vs Messaging

I heard Amazon uses HTTP for its microservice based architecture. An alternative is to use a messaging system like RabbitMQ …

rest architecture messaging microservices
Proper way of using MVVM Light Messenger

What is the proper way to use Messenger class ? I know it can be used for ViewModels/Views communications, but …

mvvm mvvm-light messaging