Re: Problem with topic...

2013-01-05 Thread yeshas
Reposting .. as I am not sure of my subscription confirmation. Hi , I am also facing similar problem. I am using ActiveMQ with Spring.I have a spring listener subscribed to a topic. I am using spring 2.5.6 and activeMQ version 5.3.2 . Have you find a solution to this problem ? and can you expl

Re: Activemq producer locks

2013-01-05 Thread arjun
This is the background of the issue - Earlier the embedded broker in the tomcat used to be the default one that gets created when you make a vm connection. So the memory limit used to be 64 mb and producer flow control used to be enabled. Also, there was only 1 camel consumer. With that state, onc

Re: Subscriptions of a Topic getting lost

2013-01-05 Thread yeshas
I am using ActiveMQ with Spring. Spring listeners have subscribed to the topic. I am using spring 2.5.6 and activeMQ version 5.3.2 . -- View this message in context: http://activemq.2283324.n4.nabble.com/Subscriptions-of-a-Topic-getting-lost-tp4661429p4661431.html Sent from the ActiveMQ - User

Re: Problem with topic...

2013-01-05 Thread yeshas
Hi , I am also facing similar problem. I am using ActiveMQ with Spring.I have a spring listener subscribed to a topic. I am using spring 2.5.6 and activeMQ version 5.3.2 . Have you find a solution to this problem ? and can you explain more about the timing issue. -- View this message in context

Subscriptions of a Topic getting lost

2013-01-05 Thread yeshas
Hi , I have 4 existing subscriptions to a Topic.I have added a new subscription .I see some unexpected behavior with the new subscriptions .Messages posted to the Topic is not received by the listener. This is not always. The problem starts after receiving 5 to 6 messages successfully. I am not su