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
Post a Comment