Example #1
0
 public static void removeMessages() throws Exception {
   removeMessages(JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }
Example #2
0
 public static Long getMessageCount() throws Exception {
   return getMessageCount(
       JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }