{
"brokers": [
{
"enable" : <bool値>,
"buffer_size" : <バッファサイズ>,
"topic_size" : <トピックサイズ>,
"bind": "<受信ソケット名>",
"destinations": [
{
"destination": "<送信先ソケット名>",
"topic": "<トピックフィルタリング文字列>",
"key": "<キーフィルタリング文字列>"
},
{
"destination": "<送信先ソケット名>",
"topic": "<トピックフィルタリング文字列>",
"key": "<キーフィルタリング文字列>"
}
]
},
{
"enable" : <bool値>,
"buffer_size" : <バッファサイズ>,
"topic_size" : <トピックサイズ>,
"bind": "<受信ソケット名>",
"destinations": [
{
"destination": "<送信先ソケット名>",
"topic": "<トピックフィルタリング文字列>",
"key": "<キーフィルタリング文字列>"
},
{
"destination": "<送信先ソケット名>",
"topic": "<トピックフィルタリング文字列>",
"key": "<キーフィルタリング文字列>"
}
]
}
]
}