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