I define a destroy method for my bean: <bean id="subscriberAggregator" class="com.xih.mediation.component.aggregator.AggregatorBean" destroy-method="shutdown" />
when the servicemix is shutdown, my shutdown method is called, but it does not finish in (default) 10,000ms and it is killed. is there any way how to increase the timeout for the graceful shutdown ? thanks, Karel -- View this message in context: http://servicemix.396122.n5.nabble.com/Timeout-for-destroy-method-tp5713338.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
