Re: Topic messages lost even when they are persistent - help!

2010-12-04 Thread ncsridhar
Yes, you are right and thanks! But it is disappointing that when every other JMS server outthere has a decent Admin portal, this thing kind of sucks. Do you know of any other 3rd party softwares that I can use to monitor and manage ActiveMQ? Thanks. -- View this message in context:

Re: Topic messages lost even when they are persistent - help!

2010-12-03 Thread ncsridhar
I actually did not run the consumer atleast once on this topic at all. Here is what I did: - I ran a publisher program that put about 10K PERSISTENT msgs on the topic - I verified that all 10K msgs are on the topic using admin console - I used the activemq admin console that is available at

Re: Topic messages lost even when they are persistent - help!

2010-12-03 Thread ncsridhar
I tried what you said, but it didn't solve the issue. Here are the steps again: - I started activemq - created a brand new topic and a durable subscriber on it, I did both of those actions using the admin console gui on localhost:8161 - put some persistent messages on the topic using the admin

Topic messages lost even when they are persistent - help!

2010-12-02 Thread ncsridhar
Hi, I am a new user trying to use activemq for my ESB. I am trying to use the sample programs TopicPublisher and TopicLIstener. I am posting messages to ActiveMQ topics called topictest.messages , topictest.control. I am marking them as persistent in the following ways: