public static void removeMessages() throws Exception {
   removeMessages(JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }
 public static Long getMessageCount() throws Exception {
   return getMessageCount(
       JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }