RE: Getting Usage Manager Memory Limit reached message on the topic

2011-04-21 Thread manua
Thanks Thomas. I was having a durable consumer subscribed to this topic, but after the consumer id done, I have deleted the subscriber from the Manage broker activemq page. In another setup, I have closed the consumer and deleted it, as, consumer.Close(); session.DeleteDurableConsumer("test");

RE: Getting Usage Manager Memory Limit reached message on the topic

2011-04-21 Thread Swindells, Thomas
Is your consumer setup to be a durable subscriber by any chance? Before: Your broker received a message for the topic, it has no subscribers for it so throws the message away. Now: Your broker receives a message for the topic, it knows that it has a subscriber who wants to be sent the messages wh