Esempio n. 1
0
 @Override
 protected synchronized int getStoreSize() {
   try {
     return store.getMessageCount(clientId, subscriberName);
   } catch (Exception e) {
     LOG.error("{} Failed to get the outstanding message count from the store", this, e);
     throw new RuntimeException(e);
   }
 }