mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
64 lines
2.2 KiB
JSON
64 lines
2.2 KiB
JSON
{
|
|
"fairMQOptions": {
|
|
"devices": [
|
|
{
|
|
"id": "merger1",
|
|
"channels": [
|
|
{
|
|
"name": "two_inputs_channel",
|
|
"sockets": [
|
|
{
|
|
"type": "pull",
|
|
"method": "",
|
|
"address": "tcp://*:5569",
|
|
"sndBufSize": 1000,
|
|
"rcvBufSize": 1000,
|
|
"rateLogging": 1
|
|
},
|
|
{
|
|
"type": "pull",
|
|
"method": "bind",
|
|
"address": "tcp://*:5570",
|
|
"sndBufSize": 1000,
|
|
"rcvBufSize": 1000,
|
|
"rateLogging": 1
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "one_output_channel",
|
|
"sockets": [
|
|
{
|
|
"type": "push",
|
|
"method": "connect",
|
|
"address": "tcp://*:5571",
|
|
"sndBufSize": 1000,
|
|
"rcvBufSize": 1000,
|
|
"rateLogging": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"id": "sink1",
|
|
"channels": [
|
|
{
|
|
"name": "one_input",
|
|
"sockets": [
|
|
{
|
|
"type": "pull",
|
|
"method": "bind",
|
|
"address": "tcp://localhost:5571",
|
|
"sndBufSize": 1000,
|
|
"rcvBufSize": 1000,
|
|
"rateLogging": 1
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|