Hi all,
im using activemq v5.15.8 on linux (jdk 1.8).
on the activemq client side im trying to configure ther broker(and the
jmsUrl) this way:
<bean id="activeMQBroker" class="com.ccih.base.messaging.MessageBroker">
<property name="transacted" value="true"/>
<property name="acknowledgeMode" value="Auto"/>
<property name="deliveryMode" value="VirtualTopic"/>
<property name="jndiConnectionFactory"
value="org.apache.activemq.jndi.ActiveMQInitialContextFactory"/>
<property name="jmsUrl"
value="failover://(tcp://${ACTIVEMQ_HOSTNAME}:61616?daemon=true)?<b>timeout=60000"*/>
But , when my service is up and the activemq connectd, im shutting down the
activemq and try to send message . on this way the send operation never
ends, even tough the timeout parameter.
note:before upgrading to activemq (v5.8) it works .
i saw those issue on activemq jira ( but this is from version 5.14)
https://issues.apache.org/jira/projects/AMQ/issues/AMQ-6666?filter=allopenissues
but no soultion or workaround suggested (and the issue opened year and a
half ago)
any soultion/ideas/help ?
Best Regards .
--
Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-Dev-f2368404.html