WARN: Broker localhost not started...

2017-02-15 Thread guerra
he RESTful interface except for this WARN message. Activemq versions: 5.11.1 & 5.14.3 thank you -- View this message in context: http://activemq.2283324.n4.nabble.com/WARN-Broker-localhost-not-started-tp4722050.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2011-09-09 Thread fjjiaboming
But I do as what you say , it does work after a while , not starting. -- View this message in context: http://activemq.2283324.n4.nabble.com/Broker-Blocked-WARN-Broker-localhost-not-started-so-using-DCFR-instead-tp2353940p3801138.html Sent from the ActiveMQ - User mailing list archive at

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread Gary Tully
but I think it should be vm://DCFR as that matches the brokerName attribute of your configured broker. 2009/11/10 titexe : > > I removed the just waitForStart > > Otherwise there's the line > > > > > Gary Tully wrote: >> >> I guess you have tried to un comment: >>   >> >> >> 2009/11/10 titexe : >

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread titexe
I removed the just waitForStart Otherwise there's the line Gary Tully wrote: > > I guess you have tried to un comment: > > > > 2009/11/10 titexe : >> >> The context : >> >> i have a network broker type duplex. >> and a route camel : move message to othe queue, and track the message in >

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread Gary Tully
I guess you have tried to un comment: 2009/11/10 titexe : > > The context : > > i have a network broker type duplex. > and a route camel : move message to othe queue, and track the message in > database. > > > Below my configuration : > >    http://activemq.apache.org/schema/core"; brokerName="

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread titexe
The context : i have a network broker type duplex. and a route camel : move message to othe queue, and track the message in database. Below my configuration : http://activemq.apache.org/schema/core"; brokerName="DCFR" dataDirectory="${activemq.base}/data">

Re: Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread Gary Tully
can you post your configuration and some more context? The brokerName attribute is relevant to the vm: url you use, localhost is the default value. Also, try and enable full debug logging to see if you can extract more information. 2009/11/10 titexe : > > Hello, > > My broker can not do anything,

Broker Blocked (WARN : Broker localhost not started so using DCFR instead)

2009-11-10 Thread titexe
Hello, My broker can not do anything, nor send or receive messages. When I look at the console, there's only this error: 2009-11-10 09:35:21,205 [7638536 @ qtp0-34] WARN BrokerRegistry - Broker localhost not started so using instead Does someone can help me solve this painful problem ? Thank