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

43 lines
914 B
JSON

{
"fairMQOptions":
{
"devices":
[{
"id": "sampler",
"channels":
[{
"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",
"channels":
[{
"name": "data2",
"type": "pull",
"method": "bind",
"rateLogging": 0
}]
}]
}
}