mjordan / islandora_bagger

Tool for generating Bags for Islandora 8 content.
MIT License
4 stars 12 forks source link

Allow the use of alternative queues #49

Open mjordan opened 4 years ago

mjordan commented 4 years ago

The built-in queue subsystem used a local CSV file. This is sufficient for most uses but hasn't been tested for large-scale queues. It would be useful to see how it performs compared to standard queue/message brokers. Symfony provides support (via https://symfony.com/doc/4.4/messenger.html) for AMQP/RabbitMQ, Doctrine, and Redis.