python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Where are published messages kept while RabbitMQ brokers are in a blocked state?
I noticed that when brokers are in a blocked state due to high watermark messages will not be accepted. However when they get unblocked the messages that are sent when the brokers were in a blocked st...
MidasVODev
Votes: 0
Answers: 1
How to change message type detection strategy?
I’m using a custom RabbitMQ client in application A and Spring Amqp Library in application B.
I’ve faced with a problem: How to decide witch @RabbitListener to use for different message types?
Problem...

Volodya Lombrozo
Votes: 0
Answers: 1
Using RabbitListenerTestHarness with Mockk
We want to write tests for a project that uses Spring Boot and Spring AMQP. As we code in Kotlin we would like to use MockK instead of Mockito as it better fits Kotlin code style and best practices.
T...
Rosso
Votes: 0
Answers: 1
How can make the RabbitMQ PrefetchCount work?
This is my RabbitListenerFactory:
@Bean("workListenerFactory")
public RabbitListenerContainerFactory myFactory(ConnectionFactory connectionFactory) {
SimpleRabbitListenerContainerF...
Rance Liu
Votes: 0
Answers: 1