queueing Questions

3

Solved

I am trying to understand the logic for message deletion in RabbitMQ. My goal is to make messages persist even if there is not a client connected to read them, so that when clients reconnect the m...
Sander asked 15/2, 2018 at 21:24

1

Solved

AMQP function consume() is a blocking function with a callback, Is it possible to set a timeout for consume() function, so after specific amount of time it doesn't block anymore and the code execut...
Endure asked 18/3, 2013 at 21:53

1

I'm working on a message based service that queues all incoming requests and handles them later. What is the best practice for handling errors. For example malformed messages or communication error...
Shenika asked 9/8, 2011 at 9:0
1

© 2022 - 2024 — McMap. All rights reserved.