Releases: wlogic/RabbitMqBundle
Releases · wlogic/RabbitMqBundle
TLS enabling
Fixes AMQP SSL connections by passing the stream context resource instead of the raw ssl_context array to the connection constructor.
return type declaration
update composer with symfony ^6
v3.3 update composer with symfony ^6
Added reconnect on timeout
Added reconnect on timeout
Code update for php 8.0
Merge pull request #31 from wlogic/chore/code-update-for-php-80 Chore/code update for php 80
upgrade to symfony 5.3
Merge pull request #30 from wlogic/compatibility-with-symfony-5.4 add versions for symfony 5.4
Added reconnect on initial connection failure
Merge pull request #25 from wlogic/feature/fr-5 Added exception on publish for reconnection
Added new heartbeat connection class
Added new heartbeat connection class
Heartbeat Implemented
- Fixed issue with QoS options opening connection
- Added heartbeats for consumer, batch consumer and producer
Fixed issue with SSL connection
Merge pull request #21 from wlogic/feature/fr-5 Fixed issue with SSL connection