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)
RabbitMQ channel error no exchange found with name 'examplename' in vhost'/'
I've been working on a school project with some classmates and we need to use rabbitmq for messaging between microservices. Me and my classmate have the same code (up to date both pulled from a github...

Relkanz
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
SQS FIFO like using RAbbitMQ
is there a way to implement a FIFO queue based on key (like SQS message group ID) using RabbitMQ?
I have a system with multiple consumers that processes messages from the same group sequentially, this...
John Job
Votes: 0
Answers: 1