RabbitTemplate not returning the message back to caller

96 views Asked by At

I have project microservice where I have restful call which calls the endpoint in Service microservice.

Currently I have a problem where Service return the message back to API in the middle RabbitTemplate's method handleDelivery() not able to pass on the message to the caller back in the restful program. I.e. the message is disappearing somewhere never returns back.

So I am stuck and not able to proceed with this. How do I fix/over come this problem.

Your help is highly appreciated.

thank you. ~Shyam

0

There are 0 answers