this.metaConfig = new MetaConfig();
this.mocksControl = EasyMock.createControl();
this.storeManager = this.mocksControl.createMock(MessageStoreManager.class);
this.conn = this.mocksControl.createMock(Connection.class);
try {
this.consumerFilterManager = new ConsumerFilterManager(this.metaConfig);
}
catch (Exception e) {
throw new RuntimeException(e);
}
this.sessionContext = new SessionContextImpl(null, this.conn);