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