Test connecting as a durable subscriber and diconecction without taking
the connection down properly
runDurableSubscriberPartOne
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.