{ "fairMQOptions": { "devices": [ { "id": "sampler", "channels": [ { "name": "data1", "type": "push", "method": "bind" } ] }, { "key": "processor", "channels": [ { "name": "data1", "type": "pull", "method": "connect" }, { "name": "data2", "type": "push", "method": "connect" } ] }, { "id": "sink", "channels": [ { "name": "data2", "type": "pull", "method": "bind" } ] } ] } }