YAML Form Queue

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

  1. Set up a YAML form and and in the Email / Handlers section, add a new Queue handler.
  2. Add the machine name of the queue that should be used to store the serialized data.
  3. If the debugging mode is enabled, messages sent to the queue will also be printed to the screen
  4. 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)