How can I integrate RabbitMQ as a notification system within Shopify?

Topic summary

Integration of Shopify notifications with RabbitMQ (hosted on AWS) is sought. The goal is to route Shopify webhooks to RabbitMQ rather than a typical REST API endpoint.

Context: Shopify offers webhooks (HTTP callbacks that POST event data), while RabbitMQ is a message broker (commonly using AMQP) for asynchronous messaging. A referenced community link was reviewed but lacked detailed guidance.

Request: Tutorials or step-by-step methods to connect Shopify to RabbitMQ and send notifications/events from Shopify into a RabbitMQ queue.

Status: No solutions or implementation details are provided in the discussion. The question remains open with unanswered key steps and resources.

Summarized with AI on February 4. AI used: gpt-5.

Hi,

Iam new to Shopify and I need some help.

I am trying to integrate RabbitMQ as a Notification within Shopify.
I read the following https://community.shopify.com/post/463128 but does not provide so much info.
Shopify provides webhook to send notification to a Rest API, but I am trying to send it to RabbitMQ which is running in AWS.

My Question, is there any tutorial which provides some help on how to connect Shopify to RabbitMQ
or how to send Notifications from Shopify to RabbitMQ.

Looking forward to hear from you.