mirror of https://github.com/apache/activemq.git
spring cleaning
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@647861 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15b5d84ce0
commit
5d84ead9ab
|
@ -29,16 +29,13 @@ import org.apache.activemq.broker.region.RegionBroker;
|
|||
/**
|
||||
* @version $Revision: 397249 $
|
||||
*/
|
||||
public class TempDestLoadTest extends EmbeddedBrokerTestSupport implements
|
||||
ConsumerListener {
|
||||
public class TempDestLoadTest extends EmbeddedBrokerTestSupport {
|
||||
|
||||
protected int consumerCounter;
|
||||
private Connection connection;
|
||||
private Session session;
|
||||
private static final int MESSAGE_COUNT = 2000;
|
||||
|
||||
|
||||
|
||||
|
||||
public void testLoadTempAdvisoryQueues() throws Exception {
|
||||
|
||||
for (int i = 0; i < MESSAGE_COUNT; i++) {
|
||||
|
@ -102,8 +99,5 @@ public class TempDestLoadTest extends EmbeddedBrokerTestSupport implements
|
|||
super.tearDown();
|
||||
}
|
||||
|
||||
|
||||
public void onConsumerEvent(ConsumerEvent event) {
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue