spring-cloud-aws
spring-cloud-aws copied to clipboard
Request Response / RPC pattern
Type: Feature
Hi, is it possible to realize a request response / RPC pattern with spring-cloud-aws-messaging?
I'm thinking of a sendAndReceive method (similar to the one in Amqp) that puts a message into a queue and waits for a result in a separate queue. I thought about using this library, however I'd prefer using spring-cloud-aws-messaging only.
Thanks for your feedback.
Noted. Something we could do in 3.x but we have to wait first for core of SQS integration to be done.
cc @tomazfernandes