1 18 package org.apache.activemq.usecases; 19 20 import javax.jms.JMSException ; 21 22 25 public class ConsumeQueuePrefetchTest extends ConsumeTopicPrefetchTest { 26 27 30 public void testSendDoublePrefetchSize() throws JMSException { 31 } 32 33 36 public void testSendPrefetchSizePlusOne() throws JMSException { 37 } 38 39 protected void setUp() throws Exception { 40 topic = false; 41 super.setUp(); 42 } 43 } 44 | Popular Tags |