You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ta...@apache.org on 2018/08/08 14:38:17 UTC

qpid-jms git commit: NO-JIRA Bind the AMQP connector to localhost only

Repository: qpid-jms
Updated Branches:
  refs/heads/master fe90adaf2 -> 6040fade6


NO-JIRA Bind the AMQP connector to localhost only

Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/6040fade
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/6040fade
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/6040fade

Branch: refs/heads/master
Commit: 6040fade630ef2acbbbc3d4ff104079965b33835
Parents: fe90ada
Author: Timothy Bish <ta...@gmail.com>
Authored: Wed Aug 8 10:38:11 2018 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Wed Aug 8 10:38:11 2018 -0400

----------------------------------------------------------------------
 .../src/test/java/org/apache/qpid/jms/support/AmqpTestSupport.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/6040fade/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/AmqpTestSupport.java
----------------------------------------------------------------------
diff --git a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/AmqpTestSupport.java b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/AmqpTestSupport.java
index a9c646b..1ee82c2 100644
--- a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/AmqpTestSupport.java
+++ b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/support/AmqpTestSupport.java
@@ -81,7 +81,7 @@ public class AmqpTestSupport extends QpidJmsTestSupport {
             port = portMap.get("amqp");
         }
         TransportConnector connector = brokerService.addConnector(
-            "amqp://0.0.0.0:" + port +
+            "amqp://127.0.0.1:" + port +
             "?transport.transformer=" + getAmqpTransformer() +
             "&transport.socketBufferSize=" + getSocketBufferSize() +
             "&transport.tcpNoDelay=true" +


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org