betfair / cougar

Cougar is a framework for making building network exposed service interfaces easy.
http://betfair.github.io/cougar
Apache License 2.0
27 stars 18 forks source link

The new asyncHttpReponseProcessorThreadPool should be exposed via JMX #86

Closed andredasilvapinto closed 9 years ago

andredasilvapinto commented 9 years ago

Just like asyncHttpWorkerThreadPool is:

<bean name="clientMbeanExporter" class="org.springframework.jmx.export.MBeanExporter">
        <property name="beans">
            <map>
                <entry key="CoUGAR.socket.transport.client:name=asyncHttpWorkerExecutor"
                       value-ref="asyncHttpWorkerThreadPool"/>
andredasilvapinto commented 9 years ago

also, the bean should probably be named asyncHttpRe S ponseProcessorThreadPool