mirror of https://github.com/apache/activemq.git
re-enable broker creation in the perf test
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@829012 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5eb274d08d
commit
5074fefc09
|
@ -61,9 +61,9 @@ public class SimpleTopicTest extends TestCase {
|
|||
* @see junit.framework.TestCase#setUp()
|
||||
*/
|
||||
protected void setUp() throws Exception {
|
||||
//if (broker == null) {
|
||||
// broker = createBroker(bindAddress);
|
||||
//}
|
||||
if (broker == null) {
|
||||
broker = createBroker(bindAddress);
|
||||
}
|
||||
factory = createConnectionFactory(clientURI);
|
||||
Connection con = factory.createConnection();
|
||||
Session session = con.createSession(false, Session.AUTO_ACKNOWLEDGE);
|
||||
|
|
Loading…
Reference in New Issue