Top "Queueing" questions

Best practice for error handling with Spring JMS

I'm working on a message based service that queues all incoming requests and handles them later. What is the best …

spring-jms queueing
How does RabbitMQ decide when it is time to delete a message?

I am trying to understand the logic for message deletion in RabbitMQ. My goal is to make messages persist even …

rabbitmq high-availability queueing