golevelup / nestjs

A collection of badass modules and utilities to help you level up your NestJS applications 🚀
MIT License
2.3k stars 268 forks source link

RabibtMQ: New URI validation is breaking amqps uri's #873

Closed MathiasMonstrey closed 6 days ago

MathiasMonstrey commented 6 days ago

Since the latest version 5.6.0 of the @golevelup/nestjs-rabbitmq package, we can no longer connect to our Amazon MQ. According to the documentation of amazon we need to start our URL with amqps:// instead of amqp://

This has always worked, but the latest version introduced a validation of the URL, but is only allowing amqp not amqps

FloEdelmann commented 6 days ago

Also, a trailing slash is not allowed anymore although it always worked fine (it's even used in mock data in a test file in this repo).