Re: [Dev] Install and run ActiveMQ broker on an EC2 instance

2015-02-14 Thread Farasath Ahamed
Thanks, I will try out the solutions and update. On Sat, Feb 14, 2015 at 10:34 AM, Malith Munasinghe mali...@wso2.com wrote: Hi Farasath, Try Checking for ActiveMQ package repo as in answer in [1]. If not try creating it as mentioned. Also you can try [2] for any further fails by

[Dev] Install and run ActiveMQ broker on an EC2 instance

2015-02-13 Thread Farasath Ahamed
I am trying to do $subject. I tried to do this in two ways 1. installing using apt-get after ssh into ec2 2. copying tar.gz using scp client in both ways when i run the broker using bin/activemq start which gives me, *INFO: Loading '/etc/default/activemq'* *INFO: Loading

Re: [Dev] Install and run ActiveMQ broker on an EC2 instance

2015-02-13 Thread Shavantha Weerasinghe
Hi Farasath Try export ACTIVEMQ_OPTS_MEMORY=-Xmx512M -Xms512M . This forum[1] should have the answer to the issue [1] http://activemq.2283324.n4.nabble.com/Activemq-on-amazon-ec2-td4667506.html Regards, Shavantha Weerasinghe Senior Software Engineer QA WSO2, Inc. lean.enterprise.middleware.

Re: [Dev] Install and run ActiveMQ broker on an EC2 instance

2015-02-13 Thread Malith Munasinghe
Hi Farasath, Try Checking for ActiveMQ package repo as in answer in [1]. If not try creating it as mentioned. Also you can try [2] for any further fails by creating a config file. [1] http://stackoverflow.com/questions/17189053/how-to-start-activemq-on-an-ec2-machine [2]