You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AmqpConnectionFactory initiating AMQPSSLConnection for amqps:// DSNs.
Since php-amqplib 3.7 that class is deprecated and will disappear in v4, so every TLS connect now raises an E_USER_DEPRECATED notice.
A change (not from me) was suggested in php-enqueue/amqp-lib #5 (opened in the wrong repo). If feasibile may can be adapted from there?