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
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
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
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
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
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
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
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