Don't create the RMI server, we only need the registry for AdminView Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/7f11f1e6 Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/7f11f1e6 Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/7f11f1e6
Branch: refs/heads/master Commit: 7f11f1e6f3263049188c5b583d1429d863c5a6a4 Parents: 11f3106 Author: Timothy Bish <[email protected]> Authored: Thu Jan 29 14:17:21 2015 -0500 Committer: Timothy Bish <[email protected]> Committed: Thu Jan 29 14:26:02 2015 -0500 ---------------------------------------------------------------------- .../test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7f11f1e6/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java ---------------------------------------------------------------------- diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java index e1f07d5..0e47992 100644 --- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java +++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/QpidJmsTestSupport.java @@ -161,6 +161,7 @@ public class QpidJmsTestSupport { brokerService.setAdvisorySupport(isAdvisorySupport()); brokerService.setDeleteAllMessagesOnStartup(deleteAllMessages); brokerService.setUseJmx(true); + brokerService.getManagementContext().setCreateConnector(false); brokerService.setDataDirectory("target/" + name); brokerService.setPersistenceAdapter(kaha); brokerService.setStoreOpenWireVersion(10); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
