msgflo
msgflo copied to clipboard
Distributed Flow-Based Programming via message queues
It is a bit rough right now, but usable for some cases, so better to tell people how to start to use it. And better to have the known-issues /...
Experimental feature, but is mentioned in README, so should have docs for trying it out.
When deadlettering is enabled, synthesize an outport name 'dead_$inport' with the deadletter queue set. Will require little bit of work in msgflo-nodejs and noflo-runtime-msgflo. Then it can be connected using...
If not using a shell, we get one quote too many around the JSON data so it becomes `'{}'` instead of `{}`. In general, the non-shell codepath in setup.coffee is...
Upstart is still in use on for instance RHELv5 and Ubuntu LTS systems, as well as official Debian used on Raspberry PI and Beaglebone. Related: systemd generator #20
With MQTT the setup/coordinator process is the one that binds queues/topics together, as the broker cannot provide this functionality. For showing whats-connected correctly in live mode we need to detect...
It would be useful to have a tool that shows bindings between queues, and possible unconnected ones, and ones no longer connected in the graph