mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
42 lines
969 B
JSON
42 lines
969 B
JSON
{
|
|
"fairMQOptions":
|
|
{
|
|
"device":
|
|
{
|
|
"id": "sampler1",
|
|
"channel":
|
|
{
|
|
"name": "data-out",
|
|
"socket":
|
|
{
|
|
"type": "push",
|
|
"method": "bind",
|
|
"address": "tcp://*:5555",
|
|
"sndBufSize": "1000",
|
|
"rcvBufSize": "1000",
|
|
"rateLogging": "0"
|
|
}
|
|
}
|
|
},
|
|
|
|
"device":
|
|
{
|
|
"id": "sink1",
|
|
"channel":
|
|
{
|
|
"name": "data-in",
|
|
"socket":
|
|
{
|
|
"type": "pull",
|
|
"method": "connect",
|
|
"address": "tcp://localhost:5555",
|
|
"sndBufSize": "1000",
|
|
"rcvBufSize": "1000",
|
|
"rateLogging": "0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|