actumn / celery.node

Celery task queue client/worker for nodejs

Home Page:https://celery-node.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

amqps not supported?

Nkadze opened this issue · comments

Just accessing with amqps throws error Unsupported type: amqps
Error comes from backends/index.ts which is defining const supportedProtocols = ["redis", "amqp"];

@Nkadze I was able to connect to a Rabbit cluster on AWS MQ which only supports amqps connections with a few small changes: #72

@higgins did something similar on my fork, Thanks for pushing it 🍺