An generic CiviCRM API function to consume messages from an AMQP queue and process them trough an arbitrary CiviCRM API action
The extension is licensed under AGPL-3.0.
- PHP v5.4+
- CiviCRM (5.0+)
- Composer
This extension has not yet been published for installation via the web UI.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl eu.wemove.rabbitizen@https://github.com/WeMoveEU/eu.wemove.rabbitizen/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/WeMoveEU/eu.wemove.rabbitizen.git
cv en rabbitizen
composer install
c.f. API specs of Rabbitizen.consume