awspring / spring-cloud-aws

The New Home for Spring Cloud AWS
http://awspring.io
Apache License 2.0
852 stars 291 forks source link

Request Response / RPC pattern #454

Open yungfred opened 2 years ago

yungfred commented 2 years ago

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.

maciejwalkowiak commented 2 years ago

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

cc @tomazfernandes