blob: 7a30aaf6087122838fef5a74f1a4fa700d3f7ca0 [file] [log] [blame]
[
# Ruleset with differing number of senders and receivers
# so tests can determine that correct limit is matched.
["vhost", {
"applicationName": "",
"maxConnections": 50,
"maxConnPerUser": 2,
"maxConnPerHost": 4,
"connectionAllowDefault": true,
"settings": {
"default" : {
"maxFrameSize": 222222,
"maxMessageSize": 222222,
"maxSessionWindow": 222222,
"maxSessions": 2,
"maxSenders": 2,
"maxReceivers": 4,
"allowDynamicSrc": true,
"allowAnonymousSender": true,
"sources": "*",
"targets": "*"
}
}
}
],
["vhost", {
"applicationName": "0.0.0.0",
"maxConnections": 50,
"maxConnPerUser": 2,
"maxConnPerHost": 4,
"connectionAllowDefault": true,
"settings": {
"default" : {
"maxFrameSize": 222222,
"maxMessageSize": 222222,
"maxSessionWindow": 222222,
"maxSessions": 2,
"maxSenders": 2,
"maxReceivers": 4,
"allowDynamicSrc": true,
"allowAnonymousSender": true,
"sources": "*",
"targets": "*"
}
}
}
],
["vhost", {
"applicationName": "localhost",
"maxConnections": 50,
"maxConnPerUser": 2,
"maxConnPerHost": 4,
"connectionAllowDefault": true,
"settings": {
"default" : {
"maxFrameSize": 222222,
"maxMessageSize": 222222,
"maxSessionWindow": 222222,
"maxSessions": 2,
"maxSenders": 2,
"maxReceivers": 4,
"allowDynamicSrc": true,
"allowAnonymousSender": true,
"sources": "*",
"targets": "*"
}
}
}
]
]