ok ... sounds like you are not using a centralized configuration than ... so if you start the services with java -jar simply add the following before -jar
-Dactivemq.brokerUrl=tcp://<your host>:61616 You need to add this to all services ... Cheers Markus .::Yagni likes a DRY KISS::. On Tue, Oct 10, 2017 at 9:55 AM Kumaranath Fernando < [email protected]> wrote: > Hi Markus! > > Thanks for your response.Where do I locate my application.yml? > > Regards, > Kumaranath Fernando > > On Tue, Oct 10, 2017 at 1:07 PM, Markus Geiss <[email protected]> > wrote: > > > Hey Kumaranath, > > > > can you share your application.yml so we can check the connection > > parameters for ActiveMQ ... > > > > By default it will try to connect to vm://localhost?broker. > > persistent=false > > an embedded version. > > > > Cheers > > > > Markus > > > > .::Yagni likes a DRY KISS::. > > > > On Tue, Oct 10, 2017 at 8:53 AM Kumaranath Fernando < > > [email protected]> wrote: > > > > > Hi! > > > > > > I'm facing some difficulty when trying to startup the ActiveMQ using > the > > > command > > > > > > cd [activemq_install_dir]/bin ./activemq start > > > > > > This was on a remote Ubuntu Server 14.04.5 which I was accessing to > setup > > > Fineract.Attached is a screenshot after executing the command.Though it > > > says "INFO: pidfile created". I'm still facing the > "ConnectionException: > > > Connection refused:" on fineract terminal. > > > > > > Any help is appreciated! > > > > > > Regards, > > > Kumaranath Fernando > > > > > > > > > > > > > > > > > >
