Multiple consumer issue

2008-07-18 Thread SUMIT JAIN
I am using ActiveMq 4.1.1 I have 3 consumers listening to one topic. If one of my consumer is not running, and the other two are running, and a message is published, the two consumers would process the message. and the other consumer would miss this message. Does ActiveMQ provide any solution to

Performance Issues related to activemq server 4.1.1

2008-06-26 Thread SUMIT JAIN
hanged? I am facing this problem on a regular basis, so is there a fix for this problem? Thanks Regards, Sumit Jain -- View this message in context: http://www.nabble.com/Performance-Issues-related-to-activemq-server-4.1.1-tp18130471p18130471.html Sent from the ActiveMQ - User mailing list archive

Re: ActiveMQ Server Hangs

2008-06-25 Thread SUMIT JAIN
qrtt1 wrote: SUMIT JAIN wrote: Is it possible to identify when does the activemq server hangs .? ActiveMQ server is on Linux machine 2GB RAM Other processes running on this machine 1.web application running on tomcat 2.MySQL 3.ActiveMQ server connected to our web application

ActiveMQ Server Hangs

2008-06-24 Thread SUMIT JAIN
Is it possible to identify when does the activemq server hangs .? ActiveMQ server is on Linux machine 2GB RAM Other processes running on this machine 1.web application running on tomcat 2.MySQL 3.ActiveMQ server connected to our web application Similarly if a consumer hangs how do we identify

Reading Journal

2008-06-24 Thread SUMIT JAIN
I am using ActiveMq 4.1.1 and I am trying to read it as given below and the path specified in the file doesnt matter the output that i get is always the same This is the code that i have written: File f = new File(C:); // File path does not matter output remains the same