all: apply fer-json-fmt

This commit is contained in:
Sebastien Binet
2016-11-10 15:20:09 +01:00
committed by Mohammad Al-Turany
parent 6e8839e955
commit e241ea41bb
7 changed files with 365 additions and 338 deletions

View File

@@ -1,39 +1,42 @@
{
"fairMQOptions":
{
"devices":
[{
"id": "client",
"channels":
[{
"name": "data",
"sockets":
[{
"type": "req",
"method": "connect",
"address": "tcp://localhost:5005",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 0
}]
}]
},
{
"id": "server",
"channels":
[{
"name": "data",
"sockets":
[{
"type": "rep",
"method": "bind",
"address": "tcp://*:5005",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 0
}]
}]
}]
"fairMQOptions": {
"devices": [
{
"id": "client",
"channels": [
{
"name": "data",
"sockets": [
{
"type": "req",
"method": "connect",
"address": "tcp://localhost:5005",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 0
}
]
}
]
},
{
"id": "server",
"channels": [
{
"name": "data",
"sockets": [
{
"type": "rep",
"method": "bind",
"address": "tcp://*:5005",
"sndBufSize": 1000,
"rcvBufSize": 1000,
"rateLogging": 0
}
]
}
]
}
]
}
}