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.

Message queues vs sockets

I don't have much of a socket programming experience but I tried read a little about it. I am quite …

sockets websocket message-queue message-driven-bean
What exactly is a Node.js event loop tick?

I've been getting more into the internals of the Node.js architecture, and a term I see coming up a …

node.js message-queue event-loop
Middleware & SOA by Example

I am an inexperienced Java developer trying to wrap my head around some fundamental middleware/SOA concepts and technologies, specifically: …

java jms ejb-3.0 soa message-queue
Asynchronous processing or message queues in PHP (CakePHP)

I am building a website in CakePHP that processes files uploaded though an XML-RPC API and though a web frontend. …

php multithreading cakephp asynchronous message-queue
RabbitMQ Failed to declare queue and Listener is not able to get queue on server

I have spring boot rabbitmq application where i have to send an Employee object to queue. Then i have set …

spring-boot rabbitmq message-queue spring-amqp spring-rabbit
Low-latency, large-scale message queuing

I'm going through a bit of a re-think of large-scale multiplayer games in the age of Facebook applications and cloud …

performance message-queue xmpp amqp
Calling finish() After Starting a New Activity

The first Activity that loads in my application is an initialization activity, and once complete it loads a new Activity. …

android android-activity message-queue
Advice on Python/Django and message queues

I have an application in Django, that needs to send a large number of emails to users in various use …

python django message-queue
RabbitMQ / ActiveMQ or Redis for over 250,000 msg/s

Eventhough redis and message queueing software are usually used for different purposes, I would like to ask pros and cons …

performance redis message-queue activemq rabbitmq
Can you/should you use SQL Server Service Broker with .NET applications?

I have many operations in the database that need to trigger application code. Currently I am using database polling, but …

.net sql-server message-queue service-broker