Top "Messaging" questions

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

Queue alternatives to MSMQ on Windows?

If you want to use a queuing product for durable messaging under Windows, running .NET 2.0 and above, which alternatives to …

.net msmq soa messaging
Alternatives to Protocol Buffers

I'd like a basic message passing/RPC system. I could use a serialisation system but I want some sort of …

serialization messaging
How does JMS Receive work internally?

I've been researching various communication technologies/architectures/patterns/implementations (read: buzzwords) including Web Services (WCF, Axis2), ESBs, SOA, and wanted …

java jms message-queue messaging
What is the difference between a message channel and the message queue itself?

What is the difference between a message channel and a message queue itself? They're different things. The queue actually holds …

message-queue messaging ibm-mq mq
difference between pub-sub and push-pull pattern in zeroMq

This two images are from http://zguide.zeromq.org/page:all. What is the difference between this two pattern if …

message-queue zeromq messaging
Why use AMQP/ZeroMQ/RabbitMQ

as opposed to writing your own library. We're working on a project here that will be a self-dividing server pool, …

rabbitmq messaging zeromq amqp
Signal a rollback from a JMS MessageListener

I've been working with JMS and ActiveMQ. Everything is working wonders. I am not using spring, nor can I. The …

java transactions jms messaging activemq
What is the difference between a MessageListener and a Consumer in JMS?

I am new to JMS. As far as I understood Consumers are capable of picking messages from queue/topic. So …

java jms messaging
Lightweight JMS broker

I'm looking for a small and yet efficient enough lightweight JMS broker solution with no or minimum of dependencies. My …

java jms messaging
Creating a threaded private messaging system like facebook and gmail

I am creating a threaded message system much like gmail and facebook where the inbox lists the most recent threads …

php sql design-patterns database-design messaging