Spring AMQP Project with 2 queue's
问题 I'm working on a project that involves 2 queue's, and multiples Listeners interacting with them. Flow: New HTTP request comes to the server, then it's converted into a Object that will be the message This message has to be published in two queues I have two types of Listeners that get messages from each queue and then I do whatever I want I've been reading and the best way to do is with a fanout-exchange. Here is my code: listener-configuration.xml <!-- CREATE CONNECTION FACTORY --> <rabbit