Re: Activemq on amazon ec2

2013-07-01 Thread Christian Posta
Can you connect from any other service on your ec2 instance to your localhost? ie, this may be a networking question or EC2 (firewalls, etc) question rather than specific to activemq. On Mon, Jul 1, 2013 at 2:28 AM, Raji wrote: > Hi , > I was able to successfully connect between 2 ec2 instances

Re: Activemq on amazon ec2

2013-06-30 Thread Raji
Hi , I was able to successfully connect between 2 ec2 instances and send and recieve messages programatically. Now I have to connect from my local machine to ec2 broker and send and recieve messages. For this I have assigned Elastic Ip address in ec2 running instance and with which Network Connecti

Re: Activemq on amazon ec2

2013-06-04 Thread Raji
I have checked the /apache-activemq-5.8.0/data/activemq.log file for the same. The size of file is 0 kb. I tried ./activemq console - nothing is getting displayed. I checked the /apache-activemq-5.8.0/data folder too. pid file is not created when I created new file using ./activemq setup. Any othe

Re: Activemq on amazon ec2

2013-06-04 Thread Christian Posta
How can you tell it didn't start? When you run ./activemq start it should start in the broker in the background check the activemq-5.8.0/data/activemq.log file to see if it started successfully If your'e expecting output from the console, maybe try ./activemq console On Tue, Jun 4, 2013 at 7

Re: Activemq on amazon ec2

2013-06-04 Thread Raji
I copied the activemq 5.8 tar file through WinSCP and untar it on amazon server. I am not able to start activemq on amazon . Its say pid created but it we chk status its says Activemq not running. so I tried this steps: 1. creating a configuration file using ./activemq setup newconfig. 2. rename th

Re: Activemq on amazon ec2

2013-06-03 Thread Christian Posta
free-tier might be fine for testing... but i guess you would know best what your requirements are. I would download activemq, untar it to a directory on an ec2 machine, start it up, and try to connect to it from producer or consumer. Keep in mind the correct dns name or IP address to use (which yo

Re: Activemq on amazon ec2

2013-05-29 Thread Raji
Hi , I am working from home for a small concern.I am very new to activemq as well amazon servers. My project is a Client/Server architecture where client sends the message to remote server, server process them and send back reply. All this happens manually through application jar developed using

Re: Activemq on amazon ec2

2013-05-27 Thread Christian Posta
unpack it and ./bin/activemq start what specifically do you need to do on ec2? On Mon, May 27, 2013 at 4:36 AM, Raji wrote: > Hi , > I am very new to activemq and amzaon ec2 servers. > Can anyone help me with documents or guidelines to start running activemq > 5.7 on amazon ec2 servers. > Th