Queues and OXID

Hello all!
I would like to ask you guys…

Why I am asking?
I would like to store webhooks from external services and execute it when I want.

Any idea how to handle it?

Hey there :vulcan_salute:

I did, but the other way round (OXID was the driver and not the driven). For every order we receive, we put a message into a Queue (in this case RabbitMQ) that was then processed async via numerous workers.

We where using Bunny back then to talk to RabbitMQ, but today I would maybe rely on the symfony/messenger component.

Hope I could help anyway

/Flo

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.