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.
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.