Re: Unable to start the Activemq

2013-07-15 Thread VJ_2523
Thank you Christian. I got it up and running when I changed the user to start the daemon. Appreciate it. Regards, Vijay -- View this message in context: http://activemq.2283324.n4.nabble.com/Unable-to-start-the-Activemq-tp4669298p4669301.html Sent from the ActiveMQ - User mailing list arch

Unable to start the Activemq

2013-07-15 Thread VJ_2523
We have installed Active MQ version 4.1.2 back in Oct-2012 and we got it working fine for about couple of months for a POC. We are now trying to bring up the Activemq back up and running after a gap of 8 months. For some reason I am hitting the below error [cdcpoc@devdi01 bin]$ pwd /app01/bodi

Re: Create Queue and sample messages in 4.x version

2012-09-28 Thread VJ_2523
We were able to install a third party web console called HERMES JMS and we are now able to monitor the activity on the ActiveMQ JMS server version 4.1.2 with this tool. Thanks Claus for your help. Regards, Vijay -- View this message in context: http://activemq.2283324.n4.nabble.com/Create-

Re: Create Queue and sample messages in 4.x version

2012-09-27 Thread VJ_2523
Thanks for the response Claus. The reason why I am using 4.x version is because it is using the JDK 1.5 version and I have an ETL application which is using JDK 1.5 on the other end which talks to the ActiveMQ JMS server to pool the messages from the queue. To begin with, I was using the latest

Create Queue and sample messages in 4.x version

2012-09-26 Thread VJ_2523
Hi, I am new to Apache ActiveMQ. I have installed ActiveMQ version 4.1.2 on Redhat linux 5.5. For version 4.x we do not have the web based admin console to create a queue and send the message requests. What is the alternative way to achieve this using command line interface in 4.1.2 version.