mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"fairMQOptions":
|
|
{
|
|
"device":
|
|
{
|
|
"id": "parmq-client",
|
|
"channel":
|
|
{
|
|
"name": "data",
|
|
"socket":
|
|
{
|
|
"type": "req",
|
|
"method": "connect",
|
|
"address": "tcp://localhost:5005",
|
|
"sndBufSize": "1000",
|
|
"rcvBufSize": "1000",
|
|
"rateLogging": "0"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|