zf1s / zf1

Monorepo of a fork of Zend Framework 1, with all components split into individual composer packages. PHP 5.3-8.3 compatible.
BSD 3-Clause "New" or "Revised" License
59 stars 22 forks source link

[zend-queue] Adding support for durable subscribers and persistent message sending #105

Closed glensc closed 3 years ago

glensc commented 3 years ago

Carry https://github.com/Shardj/zf1-future/pull/144

The ActiveMQ adapter does not support durable topic subscribers, or persistent message sending. This patch adds support for these commonly used ActiveMQ feature.

cc @rruchte