Re: bundle stays in state creating

2013-09-01 Thread Claus Ibsen
Hi Good idea I logged a ticket https://issues.apache.org/jira/browse/AMQ-4706 On Fri, Aug 30, 2013 at 4:49 PM, Marco Westermann wrote: > Hi Claus, > > thank you for that advises. But nevertheless I think it would be good ( not > just for beginners ) if a warning is logged in servicemix.log for e

Re: bundle stays in state creating

2013-08-30 Thread Marco Westermann
Hi Claus, thank you for that advises. But nevertheless I think it would be good ( not just for beginners ) if a warning is logged in servicemix.log for example after 10 attemps. In my case I double checked everythink except the firewall. That is way it took long time to see what causes the bu

Re: bundle stays in state creating

2013-08-30 Thread Claus Ibsen
Hi If you want the bundle to fail starting, then you can configure activeMQ to a max number of reconnect attempts on startup with startupMaxReconnectAttempts http://activemq.apache.org/failover-transport-reference.html Otherwise it keeps retrying to connect to the broker. Also the jms component

bundle stays in state creating

2013-08-30 Thread Marco Westermann
Hi, I just found an imperfection in camel 10.6 + smx452 + blueprint. I have some camel bundles each containing a route similar to this one: from("activemq:testqueue") .to("direct:process") Also I reconfigured broker.xml in smx so that it points to a broker on another maschine. If camel