yiisoft / queue

Queue extension for Yii 3.0
https://www.yiiframework.com/
BSD 3-Clause "New" or "Revised" License
54 stars 28 forks source link

Allow to restore original pushed message class on consume #214

Closed viktorprogger closed 4 days ago

viktorprogger commented 2 months ago
Q A
Is bugfix?
New feature? ✔️
Breaks BC?

This PR allows you to push your own message class and then get it back after it was consumed. See new tests for details.

viktorprogger commented 2 months ago

@samdark issue for the docs improvement: #215