Hi, im using transacted route which consuming exchanges from JMS component ( ActiveMQ ) and follow recommended setting as mentioned in http://camel.apache.org/jms.html .I setup cacheLevelName to CACHE_NONE , the result is thousands of TIME_WAIT connections crated and approaching the maximum OS (Windows) ports limit !!
im using camel 2.11 with AMQ 5.8 any Help ? <bean id="Activemq" class="org.apache.activemq.camel.component.ActiveMQComponent"> <property name="connectionFactory"> <bean class="org.apache.activemq.ActiveMQConnectionFactory"> <property name="brokerURL" value="tcp://10.3.150.132:61001?jms.redeliveryPolicy.maximumRedeliveries=0" /> <property name="userName" value="system" /> <property name="password" value="manager" /> </bean> </property> <property name="transacted" value="true" /> <property name="transactionManager" ref="transactionManager" /> <property name="receiveTimeout" value="250" /> <property name="cacheLevelName" value="CACHE_NONE" /> </bean> ----- Othman Darwish ProgressSoft Corp. -- View this message in context: http://camel.465427.n5.nabble.com/Transactions-and-Cache-Levels-tp5733618.html Sent from the Camel - Users mailing list archive at Nabble.com.