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
/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
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.