Add ParameterMQServer and example of its use

This commit is contained in:
Alexey Rybalchenko
2015-10-27 09:32:52 +01:00
parent 19b3347ade
commit 2e789e4439
16 changed files with 660 additions and 3 deletions

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