/** Since we are a browser we don't really remove the message from the queue. */
 @Override
 protected void acknowledge(
     ConnectionContext context, final MessageAck ack, final MessageReference n)
     throws IOException {
   if (info.isNetworkSubscription()) {
     super.acknowledge(context, ack, n);
   }
 }