mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-18 02:51:46 +00:00
Add ParameterMQServer and example of its use
This commit is contained in:
23
fairmq/examples/7-parameters/ex7-client.json
Normal file
23
fairmq/examples/7-parameters/ex7-client.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"fairMQOptions":
|
||||
{
|
||||
"device":
|
||||
{
|
||||
"id": "parmq-client",
|
||||
"channel":
|
||||
{
|
||||
"name": "data",
|
||||
"socket":
|
||||
{
|
||||
"type": "req",
|
||||
"method": "connect",
|
||||
"address": "tcp://localhost:5005",
|
||||
"sndBufSize": "1000",
|
||||
"rcvBufSize": "1000",
|
||||
"rateLogging": "0"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user