0

I'm trying to do RPC with Symfony Messenger but I get stuck. Looking at the Messenger component it looks like the implementation has not been added:

https://github.com/webnet-fr/symfony/branches/all https://github.com/symfony/symfony/pull/34337/commits/06a5a434ce6e5349a33e81c97d83c8b4392603cd

But, I tell myself, if it hasn't been added it's because there should be a way for it to work but ... I can't find it. Could someone please confirm if it is possible to do RPC with Messenger? if you have any documentation, I am a taker and I will thank you.

1 Answers1

0

The solution for my problem is to user the HttpClient component (asynchronous mode) and stream the responses for full asynchronous.