blob: f7fc033d1612bc8eb8a017eac3bdebafb72fa11d [file] [log] [blame]
[
# Ruleset with differing number of senders and receivers
# so tests can determine that correct limit is matched.
["policyRuleset", {
"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": "*"
}
}
}
],
["policyRuleset", {
"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": "*"
}
}
}
],
["policyRuleset", {
"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": "*"
}
}
}
]
]