mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 15:35:36 +00:00
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()
|
* @see junit.framework.TestCase#setUp()
|
||||||
*/
|
*/
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
//if (broker == null) {
|
if (broker == null) {
|
||||||
// broker = createBroker(bindAddress);
|
broker = createBroker(bindAddress);
|
||||||
//}
|
}
|
||||||
factory = createConnectionFactory(clientURI);
|
factory = createConnectionFactory(clientURI);
|
||||||
Connection con = factory.createConnection();
|
Connection con = factory.createConnection();
|
||||||
Session session = con.createSession(false, Session.AUTO_ACKNOWLEDGE);
|
Session session = con.createSession(false, Session.AUTO_ACKNOWLEDGE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user