openesb-components/contrib-fort/rules4jbi/data/test/configuration.xml

30 lines
1.6 KiB
XML
Executable File

<config:Configuration xmlns:config="http://www.sun.com/jbi/Configuration/V1.0">
<config:Property name="PoolSize"
displayName="Thread Pool Size"
displayDescription="Number of threads executing rules."
defaultValue="17"
type="xsd:int"
showDisplay="all"
isComponentRestartRequired="true">
<config:Constraint facet="minInclusive" value="1"/>
<config:Constraint facet="maxInclusive" value="100"/>
</config:Property>
<config:Property name="MaxServiceUnits"
displayName="Maximum Service Units"
displayDescription="Maximum number of service units that can be deployed into this service engine."
type="xsd:int"
defaultValue="10">
</config:Property>
<config:Property name="HttpDefaultPort"
type="xsd:int"
displayName="Default HTTP Port Number"
displayDescription="Default HTTP port number for incoming HTTP/SOAP requests. The default value is -1 which indicates there is no valid port number defined. A valid port number is any positive integer between 1 and 65535, but it is highly recommended to avoid system reserved ports."
defaultValue="-1"
showDisplay="all"
isApplicationRestartRequired="true">
<config:Constraint facet="minInclusive" value="-1"/>
<config:Constraint facet="maxInclusive" value="65536"/>
</config:Property>
</config:Configuration>