Spring-AMQP RPC container -


exist container on spring-amqp support reply-to feature?

i want make rpcs https://www.rabbitmq.com/tutorials/tutorial-six-java.html, using spring-amqp.

yes. documentation here.

on server side, message listener container, when used message listener adapter automatically handle replies. can use template's ...receiveandreply methods on server side.

edit

note have spring boot implementations of 6 tutorials.


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -