@Override
 public List<MessageReference> remove(ConnectionContext context, Destination destination)
     throws Exception {
   super.remove(context, destination);
   // there's no unacked messages that needs to be redelivered
   // in case of browser
   return new ArrayList<MessageReference>();
 }