spring-cloud-aws icon indicating copy to clipboard operation
spring-cloud-aws copied to clipboard

Request Response / RPC pattern

Open yungfred opened this issue 2 years ago • 1 comments

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.

yungfred avatar Jul 13 '22 14:07 yungfred

Noted. Something we could do in 3.x but we have to wait first for core of SQS integration to be done.

cc @tomazfernandes

maciejwalkowiak avatar Jul 14 '22 05:07 maciejwalkowiak