sub = Subscription.
findCreateDurableSubscription(clientid,
durablename, dest_uid, selector,
nolocal,
true);
sub.pause("Consumer attaching to durable");
sub.setShared(shared);
// add the consumer .. this may throw an
// exception IF
sub.attachConsumer(c, con);