{ "fairMQOptions": { "device": { "id": "reader1", "channel": { "name": "data-out", "socket": { "type": "push", "method": "bind", "address": "tcp://*:5555", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "1" } } }, "device": { "id": "reader2", "channel": { "name": "data-out", "socket": { "type": "push", "method": "bind", "address": "tcp://*:5556", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "1" } } }, "device": { "id": "reader3", "channel": { "name": "data-out", "socket": { "type": "push", "method": "bind", "address": "tcp://*:5557", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "1" } } }, "device": { "id": "reader4", "channel": { "name": "data-out", "socket": { "type": "push", "method": "bind", "address": "tcp://*:5558", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "1" } } }, "device": { "id": "builder1", "channel": { "name": "data-in", "socket": { "type": "pull", "method": "connect", "address": "tcp://localhost:5555", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "0" }, "socket": { "type": "pull", "method": "connect", "address": "tcp://localhost:5556", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "0" }, "socket": { "type": "pull", "method": "connect", "address": "tcp://localhost:5557", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "0" }, "socket": { "type": "pull", "method": "connect", "address": "tcp://localhost:5558", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "0" } }, "channel": { "name": "data-out", "socket": { "type": "push", "method": "bind", "address": "tcp://*:5559", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "1" } }, "channel": { "name": "status-out", "socket": { "type": "pub", "method": "bind", "address": "tcp://*:5560", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "0" } } }, "device": { "id": "filesink1", "channel": { "name": "data-in", "socket": { "type": "pull", "method": "connect", "address": "tcp://localhost:5559", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "1" } } }, "device": { "id": "monitor1", "channel": { "name": "status-in", "socket": { "type": "sub", "method": "connect", "address": "tcp://localhost:5560", "sndBufSize": "1000", "rcvBufSize": "1000", "rateLogging": "0" } } } } }