{ "fairMQOptions": { "devices": [ { "id": "bsampler1", "channels": [ { "name": "data", "sockets": [ { "type": "push", "method": "bind", "address": "tcp://127.0.0.1:5555", "sndBufSize": 1000, "rcvBufSize": 1000, "rateLogging": 1 } ] } ] }, { "id": "sink1", "channels": [ { "name": "data", "sockets": [ { "type": "pull", "method": "connect", "address": "tcp://127.0.0.1:5555", "sndBufSize": 1000, "rcvBufSize": 1000, "rateLogging": 1 } ] } ] } ] } }