コード例 #1
0
ファイル: JMSTestContext.java プロジェクト: tfisher1226/ARIES
 public static void removeMessages() throws Exception {
   removeMessages(JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }
コード例 #2
0
ファイル: JMSTestContext.java プロジェクト: tfisher1226/ARIES
 public static Long getMessageCount() throws Exception {
   return getMessageCount(
       JMSTestFixture.getDestinationType(), JMSTestFixture.getDestinationName());
 }