mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
40 lines
955 B
JSON
40 lines
955 B
JSON
{
|
|
"fairMQOptions":
|
|
{
|
|
"devices":
|
|
[{
|
|
"id": "bsampler1",
|
|
"channel":
|
|
{
|
|
"name": "data",
|
|
"socket":
|
|
{
|
|
"type": "push",
|
|
"method": "bind",
|
|
"address": "tcp://127.0.0.1:5555",
|
|
"sndBufSize": "1000",
|
|
"rcvBufSize": "1000",
|
|
"rateLogging": "1"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"id": "sink1",
|
|
"channel":
|
|
{
|
|
"name": "data",
|
|
"socket":
|
|
{
|
|
"type": "pull",
|
|
"method": "connect",
|
|
"address": "tcp://127.0.0.1:5555",
|
|
"sndBufSize": "1000",
|
|
"rcvBufSize": "1000",
|
|
"rateLogging": "1"
|
|
}
|
|
}
|
|
}]
|
|
}
|
|
}
|
|
|