Top "Message-queue" questions

"Message queue" is a design pattern or software engineering component that defines discipline or API for communication between two or more interrelated processes or systems.

get main thread's message queue and handler

How do I get the message queue of the main thread from another thread? Looper.getMainLooper() gets the main thread's …

android message-queue handler looper
What happens if a message is rolled back in MQ?

I receive a message from a WebSPhere MQ queue. I try to process and if i receive some exceptions i …

transactions message-queue ibm-mq high-volume
How to post messages to RabbitMQ from SQL Server?

I am creating an application for testing performance between different RabbitMQ clients. One of them should be SQL Server. I …

sql-server rabbitmq message-queue easynetq
What is the difference between a channel adapter and a messaging gateway pattern?

No matter how much I read about those two patterns I just can't see the difference.

design-patterns integration message-queue
Practical examples of how correlation id is used in messaging?

Can anyone give me examples of how in production a correlation id can be used? I have read it is …

rabbitmq message-queue nservicebus amqp cqrs
Are there any MQ servers that can run embedded in a Java process?

I'm researching queuing solutions for one of my team's apps. Ideally we would like something that can be configured both …

java jms message-queue amqp mq
Android: Quitting the Looper?

I have a thread I use to periodically update the data in my Activity. I create the thread and start …

android multithreading message-queue handler
Setting a long timeout for RabbitMQ ack message

I was wondering if this is possible. I want to pull a task from a queue and have some work …

rabbitmq message-queue bunny
NServiceBus and Rabbit MQ or Kafka

I am trying to learn messaging system. I have found that RabbitMq and NServiceBus are using together in few places. …

rabbitmq apache-kafka message-queue nservicebus
Message broker vs. MOM (Message-Oriented Middleware)

I'm a little confused as to what the difference is between a message broker e.g. RabbitMQ and Message-orientated Middleware. …

rabbitmq message-queue amqp messagebroker mom