Spring synchronous amqp call using sendAndReceive example

I am very new to java and I need to implement synchronous messaging, I tried convertSendAndReceive and sendAndReceive with spring-rabbit-helloworld example but nothing worked. please help me. Any reference to a working example using sendAndReceive would be ambiguous. Thanks in advance.

+3


source to share





All Articles