M
M
masterdrew2021-12-09 11:11:07
PHP
masterdrew, 2021-12-09 11:11:07

How to set up webhook forwarding using Yandex Message queue?

In the current configuration, the site after checkout sends a request to our web service (in php), which sends a response after processing, which can take 5-10 seconds. Because of this, users have a feeling that the site is slowing down.
Is it possible to use Yandex Message queue in the following scenario:
- the site sends a request to YMQ, YMQ immediately sends a successful response
- YMQ redirects the message to our web

server to the YMQ link, and in YMQ they made some simple redirect to the original webhook.

If possible, please write how, maybe there is a sandbox or an example of a setup.

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question