Category "message-queue"

Message bus and Message queue understanding

I would like to know if my understanding of Message Bus and Message Queue workings is correct. First thing first, I need to clear the naming, a service bus is

Sending messages to durable queue using Rabbit perf test tool

How can I send messages to a durable queue using the Rabbit Perf Test tool? I am getting this following error: Caused by: com.rabbitmq.client.ShutdownSignalExc

when is the callback passed to setTimeout put on the message queue?

setTimeout(callback, 1000) Is callback put on the message queue after 1000ms or is it put to the message queue immediately? If it is put to the message queue a

Please explain Amazon SQS (and queueing in general)

For my web app I will need a separate instance of EC2 to process CPU-intensive things, and things that can be queued so they don't encumber the web serving inst

How to backup all streams in JetStream server?

Problem: I have to backup all the streams of my JetStream server. I don't know what streams are there. I want to backup all the streams into a single snapshot.

How to do error handling with EasyNetQ / RabbitMQ

I'm using RabbitMQ in C# with the EasyNetQ library. I'm using a pub/sub pattern here. I still have a few issues that I hope anyone can help me with: When there

Azure.Messaging.ServiceBus Error when completing or abandoning message

Som I'm currently looking into updating our very simple service bus service to the latest version (Asure.Messaging.Servicebus) and I'm running into a smaller pr