mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-15 09:31:45 +00:00
all: apply fer-json-fmt
This commit is contained in:
committed by
Alexey Rybalchenko
parent
8f7a584ad0
commit
ce47c92d8c
@@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user