Releases: spryker/queue
Releases · spryker/queue
1.7.0
Included commits: 1.6.2...1.7.0
Improvements
- Adjusted
QueueFacadeInterface::startWorker()with the optional$optionsargument. If$options[SharedQueueConfig::CONFIG_WORKER_STOP_WHEN_EMPTY]is equal totrue, the worker execution will stop when the queues are empty.
1.6.2
Included commits: 1.6.1...1.6.2
Bugfixes
- Switched from string to array for the command line argument.
1.6.1
Included commits: 1.6.0...1.6.1
Bugfixes
- Adjusted the
ProcessManagerfor the workers to not block each other.
1.6.0
Included commits: 1.5.0...1.6.0
Improvements
- Fix the issue if a worker command fails to start, throw an exception for this case.
- Save the queue process if it is still running, only if it finished.
1.5.0
1.4.0
Included commits: 1.3.0...1.4.0
Improvements
- Fixed return type for
\Spryker\Client\Queue\QueueClient::acknowledge(). - Fixed return type for
\Spryker\Client\Queue\QueueClient::reject(). - Fixed return types for
\Spryker\Client\Queue\Model\Internal\ReceiverInterface. - Fixed return types for
\Spryker\Client\Queue\Model\Proxy\QueueProxy.
1.3.0
Included commits: 1.2.0...1.3.0
Improvements
- Introduced a new console command
QueueDumpConsole - Introduced a new method
QueueFacade::queueDump()that Reads messages from the specific queue with an ability to limit, acknowledge and format output data
1.2.0
Included commits: 1.1.2...1.2.0
Improvements
- Added setting for queue worker loop
- Fixed issue regarding worker and default config
1.1.2
1.1.1
Included commits: 1.1.0...1.1.1
Improvements
- QueueSendMessageTransfer::queuePoolName property is introduced.
- QueueSendMessageTransfer::storeName property is introduced.