FairMQ/fairmq/examples/7-parameters/ex7-client.json
2015-11-06 14:46:15 +01:00

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"
}
}
}
}
}