public class MultipleDurableSubscribers extends MQBase(Code)
According to JMS spec, 6.11.1 to have several durable subscriptions under
one client id. We test for this here.
author: Peter Antman version: $Revision: 57211 $
Inner Class :class PiggyBackWorker extends TopicWorker
public void runDurableSubscriberPartOne() throws Exception(Code)
Test setting up a durable subscription. Disconnect after half
the messages have been sent. Connect later to see if they are still there.
This test is done it two parts to be able to take down the server in
between
runDurableSubscriberPartTwo
public void runDurableSubscriberPartTwo() throws Exception(Code)
Part two of durable subscriber test, part one should be run before
this is run.