encoredev / encore

Open Source Development Platform for building robust type-safe distributed systems with declarative infrastructure
https://encore.dev
Mozilla Public License 2.0
7.76k stars 330 forks source link

RabbitMQ Compatibility #1553

Closed sayyidyofa closed 1 week ago

sayyidyofa commented 2 weeks ago

Encore currently supports the following Pub/Sub providers:

nsq for NSQ gcp for Google Cloud Pub/Sub aws for AWS SNS + SQS azure for Azure Service Bus

https://encore.dev/docs/self-host/configure-infra#9-pubsub-configuration

Is there any plan to support RabbitMQ pub/sub?

Thank you

marcuskohlberg commented 1 week ago

Hey Sayyid, answering on here as well for visibility. We don't have plans to support RabbitMQ in the near term, but you can still use it as you would normally do (without using Encore's framework functions for Pub/Sub).

sayyidyofa commented 1 week ago

Thanks for the clear answer Marcus 😁