Files
FairMQ/examples/MQ/3-dds/ex3-dds.json
2018-05-02 16:12:57 +02:00

43 lines
934 B
JSON

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