Skip to content

Releases: wlogic/RabbitMqBundle

TLS enabling

10 Feb 14:59

Choose a tag to compare

TLS enabling Pre-release
Pre-release

Fixes AMQP SSL connections by passing the stream context resource instead of the raw ssl_context array to the connection constructor.

return type declaration

02 Apr 16:32

Choose a tag to compare

v4.0

fix ContainerInterface in base abstract class

update composer with symfony ^6

22 Mar 12:08

Choose a tag to compare

v3.3

update composer with symfony ^6

Added reconnect on timeout

22 Nov 09:28

Choose a tag to compare

Added reconnect on timeout

Code update for php 8.0

13 Feb 11:47
853944d

Choose a tag to compare

Merge pull request #31 from wlogic/chore/code-update-for-php-80

Chore/code update for php 80

upgrade to symfony 5.3

05 Jan 15:44
70daceb

Choose a tag to compare

Merge pull request #30 from wlogic/compatibility-with-symfony-5.4

add versions for symfony 5.4

Added reconnect on initial connection failure

20 Jan 12:31
d8917f6

Choose a tag to compare

Merge pull request #25 from wlogic/feature/fr-5

Added exception on publish for reconnection

Added new heartbeat connection class

20 Jul 14:08
9cc6388

Choose a tag to compare

Added new heartbeat connection class

Heartbeat Implemented

20 Jul 10:14
b80bf8d

Choose a tag to compare

  • Fixed issue with QoS options opening connection
  • Added heartbeats for consumer, batch consumer and producer

Fixed issue with SSL connection

06 Jul 08:08
e941a16

Choose a tag to compare

Merge pull request #21 from wlogic/feature/fr-5

Fixed issue with SSL connection