mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 17:41:45 +00:00
43 lines
914 B
JSON
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
|
|
}]
|
|
}]
|
|
}
|
|
}
|