RabbitMqBundle Versions Save

RabbitMQ Bundle for the Symfony web framework

2.5.1

3 years ago

migrate from emag-tech-labs namespace

v1.14.4

6 years ago

Added support for custom connection arguments "constructor_args" Added "graceful_max_execution" for batch consumers

v1.14.3

6 years ago

Added support for PHP7.2 Compatibility fixes with Symfony4 Removed deprecated Symfony features

v1.14.2

6 years ago

This release contains bugfixes:

  • Use PHPUnit\Framework\TestCase instead of PHPUnit_Framework_TestCase & bump of PHPUnit requirements,
  • Fixed support for Symfony 4

v1.14.1

6 years ago

This release contains bugfixes:

  • Adding tests for Symfony 4 BETA,
  • Fixing a bug, that the $callbacks are eventually passed to addDequeuerAwareCall(), which expects a string, not a Reference object. In Symfony 3, the Reference was cast to a string, which returned the id, so it worked.

v1.14.0

6 years ago

This release contains new features & bugfixes:

  • Remove support for Symfony <2.7 & allow to install with Symfony 4 (#446),
  • Added missing fixXmlConfig in addQueueNodeConfiguration (#451),
  • Fix isRamAlmostOverloaded function in Consumer (#435),
  • Added reset functionality to RPC client (#466),
  • Fixed config:dump-reference, fixed PHPUnit deprecated warning (#482),
  • BatchConsumer loop after SIGTERM (#476)

v1.13.0

6 years ago

This release contains new features & bugfixes:

  • Ack before stopping consumer (#392),
  • Add notify to RPC client, to enable progress functionality (#351),
  • Fix for consumer with empty queue not handling SIGTERM/SIGINT (#430),
  • Added method getCallback() in BaseConsumer (#433),
  • Make :purge & :delete commands compatible with Symfony 3.0 (#346),
  • Dynamic Connection Parameters (#398),
  • Tagged old_sound_rabbitmq connections (#449),
  • Implemented Bulk Consumer (#413),
  • Add idle event and ability to configure exit or not (#419),
  • Shift of 5MB not really applied when setting a memory limit (#417),
  • Adjust Composer autoloader to exclude tests from classmap

v1.12.0

7 years ago
  • added context argument to multiple consumers command
  • several bugfixes

v1.11.2

7 years ago

Changes:

  • AnonConsumer don't work with lazy connections,
  • Added support for connection URL encoding,
  • Fixed PHPUnit deprecated warnings, removed unused imports and duplicate codes

v1.11.1

7 years ago

Changes:

  • Fixed compatibility with PHP 5.3,
  • Multiple consumer follows same processing logic as normal consumer,
  • Allow to set connection settings as URL.