YAML Form Queue
Categories
Component ID
2717261
Component name
YAML Form Queue
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
273
Component created
Component changed
Component body
Provides a queue handler for YAML Form to store form submissions in a queue.
Can be used in combination with e.g. RabbitMQ to send form submissions to a rabbit message queue.
Configuration
- Set up a YAML form and and in the
Email / Handlerssection, add a newQueuehandler. - Add the machine name of the queue that should be used to store the serialized data.
- If the debugging mode is enabled, messages sent to the queue will also be printed to the screen
- If you wish to send messages to a Rabbit Message Queue, install the RabbitMQ module and set up the queue as a rabbit queue in
settings.php(see the README of rabbitmq for configuration instructions)
