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
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 ofamqp://
This has always worked, but the latest version introduced a validation of the URL, but is only allowing
amqp
notamqps