Re: Session.unsubscribe

2011-06-23 Thread Paul Woodward
nOfflineTest.java?view=markup > > > On 23 June 2011 16:46, Paul Woodward wrote: >> Hi Guys, >> >> I'm trying to understand the exact behaviour of session.unsubscribe() >> when using a durable consumer on a topic in ActiveMQ 5.5. >> >> The sc

Re: Session.unsubscribe

2011-06-23 Thread Gary Tully
/activemq-core/src/test/java/org/apache/activemq/usecases/DurableSubscriptionOfflineTest.java?view=markup On 23 June 2011 16:46, Paul Woodward wrote: > Hi Guys, > > I'm trying to understand the exact behaviour of session.unsubscribe() > when using a durable consumer on a topic in Acti

Session.unsubscribe

2011-06-23 Thread Paul Woodward
Hi Guys, I'm trying to understand the exact behaviour of session.unsubscribe() when using a durable consumer on a topic in ActiveMQ 5.5. The scenario I have is as follows: 1. I create a message producer continuously publishing to a topic. 2. I create a single durable message consumer. 3.