Пример #1
0
 public static void removeMessages() throws Exception {
   removeMessages(JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }
Пример #2
0
 public static Long getMessageCount() throws Exception {
   return getMessageCount(
       JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }