Home > front end >  The rabbitmq how to confirm the consumer has consumer news
The rabbitmq how to confirm the consumer has consumer news

Time:09-20

I sent a message through the rabbitmq producer end, after the consumer consumption information, producers can know and a confirmation message has been consumer spending?

CodePudding user response:

No one reply to his top

CodePudding user response:

In listening to the news added to return a return value, and in the consumption of the message of the @ RabbitmqListener annotations, add a line of annotation @ SendTo (xxQueue), to monitor the return value of consumer @ RabbitmqListener (xxQueue) the queue will receive consumer return return value,

CodePudding user response:

[the RabbitMQ confirmation mechanism those things] (https://rdc.hundsun.com/portal/article/929.mhtml)
  • Related