- Issue created by @alexandersluiter
- Merge request !59Draft: Resolve #3500772 "Handle amqpsslconnection class" β (Open) created by alexandersluiter
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.
Use a TLS connection to a RabbitMQ instance, you'll get deprecation warnings.
Refactor the ConnectionFactory to utilize the AMQPConnectionFactory class as directed by the deprecation notice.
See MR. Task completed.
None.
None.
Active
4.0
Code