Handle AMQPSSLConnection class deprecation

Created on 19 January 2025, about 2 months ago

Problem/Motivation

Best practice for transporting messages is over TLS and not to send message over plaintext, even in trusted networks. Our policy requires that internal traffic be encrypted if available. The AMQPSSLConnection that this module uses in the underlying php-amqplib library is deprecated and will be removed in the 4.x release of the library.

Steps to reproduce

Use a TLS connection to a RabbitMQ instance, you'll get deprecation warnings.

Proposed resolution

Refactor the ConnectionFactory to utilize the AMQPConnectionFactory class as directed by the deprecation notice.

Remaining tasks

See MR. Task completed.

User interface changes

None.

API changes

None.

Data model changes

πŸ’¬ Support request
Status

Active

Version

4.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States alexandersluiter

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024