[
https://issues.apache.org/activemq/browse/SM-1302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Guillaume Nodet reopened SM-1302:
---------------------------------
Lars reverted the commit because they were causing problems at startup.
We need to dive in to these issues a bit more before applying the patch.
One of the issue seems to be that the url should be:
{code}
failover:(tcp://${activemq.host}:${activemq.port})
{code}
rather than the one in the patch, but it seems to still cause problems at
shutdown.
See the thread on the dev list for more infos:
http://www.nabble.com/can%27t-start-smx-any-longer-to16719399.html#a16719399
> Make failover:// transport the default protocol used in ServiceMix.
> -------------------------------------------------------------------
>
> Key: SM-1302
> URL: https://issues.apache.org/activemq/browse/SM-1302
> Project: ServiceMix
> Issue Type: Improvement
> Components: beanflow
> Affects Versions: 3.2.1
> Environment: ServiceMix 3
> Reporter: Torsten Mielke
> Assignee: Bruce Snyder
> Fix For: 3.2.3, 3.3
>
>
> Currently servicemix.properties configures the underlying ActiveMQ to use the
> plain tcp:// transport.
> activemq.url = tcp://${activemq.host}:${activemq.port}
> However, in order to have ServiceMix functioning correctly in case of
> transport problems or simply inactivity timeouts, from which the tcp://
> transport cannot recover, we should turn on failover:// by default. Otherwise
> any transport related problem causes ServiceMix to fail and requires a
> restart.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.