...
Code Block |
---|
<transportSender name="https" class="org.apache.synapse.transport.passthru.PassThroughHttpSSLSender"> ... <parameter name="CertificateRevocationVerifier">true< enable="true"> <CacheSize>1024</CacheSize> <CacheDelay>1000</CacheDelay> </parameter> </transportSender> |
...
You can configure the number of listeners in theĀ <EI_HOME>/conf/passthru-http.properties
fileĀ using the io_threads_per_reactor
property. You are able to efine define any number of listeners as there is no maximum limit defined in the code level.
...