stable

Clone or download

Read-only

request #10100 Process of system events fatal error due to rabbitmq lib

Introduce a factory that will return a rabbitmq queue only if the lib is installed and the rabbitmq server configured. Change-Id: I00578d5800c8ff73d12fd980cbbda1dc2a9b161e

Modified Files

Name
A src/common/Queue/Factory.php +39 −0 Go to diff View file
A src/common/Queue/Noop/PersistentQueue.php +34 −0 Go to diff View file
A src/common/Queue/PersistentQueue.php +29 −0 Go to diff View file
A src/common/Queue/RabbitMQ/PersistentQueue.php +123 −0 Go to diff View file
M src/common/autoload.php +6 −2 Go to diff View file
M src/common/svn/SvnrootUpdater.php +9 −72 Go to diff View file