Hey all
I have been working on a small plugin that adds Rabbit/AMQP/Kafka, etc integration with the /message rest endpoint implementation: basically it lets people route into rabbit/a queue, the json payload that someone would use for POST /Message endpoint; this gives us the easy ability to queue messages for processing without any extra code needed.
Looking to the community if anyone is already doing this? Any use cases come to mind, etc?
The specific use case i come up for this plugin is the common question/issue raised on the forum, where the message is undeliverable because the process instance is not ready to receive the message.
This plugin also reimplements a additional /message rest endpoint so someone can message directly into the queue.
Thanks!