Return-Path: X-Original-To: apmail-activemq-issues-archive@minotaur.apache.org Delivered-To: apmail-activemq-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 724A7189F1 for ; Mon, 15 Feb 2016 14:25:23 +0000 (UTC) Received: (qmail 61289 invoked by uid 500); 15 Feb 2016 14:25:18 -0000 Delivered-To: apmail-activemq-issues-archive@activemq.apache.org Received: (qmail 61141 invoked by uid 500); 15 Feb 2016 14:25:18 -0000 Mailing-List: contact issues-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list issues@activemq.apache.org Received: (qmail 60936 invoked by uid 99); 15 Feb 2016 14:25:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Feb 2016 14:25:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 1DCD32C1F5C for ; Mon, 15 Feb 2016 14:25:18 +0000 (UTC) Date: Mon, 15 Feb 2016 14:25:18 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (AMQ-6171) legal colon in broker name breaks vm transport MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/AMQ-6171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15147404#comment-15147404 ] ASF subversion and git services commented on AMQ-6171: ------------------------------------------------------ Commit b0c0441d0907a26b239367dedbd9b1f3a355ab66 in activemq's branch refs/heads/master from [~gtully] [ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=b0c0441 ] https://issues.apache.org/jira/browse/AMQ-6171 - fix vm transport replacement of : from brokerName in error, fix networkConnector retry logic in the event of localTransport creation failure > legal colon in broker name breaks vm transport > ---------------------------------------------- > > Key: AMQ-6171 > URL: https://issues.apache.org/jira/browse/AMQ-6171 > Project: ActiveMQ > Issue Type: Bug > Components: Broker > Affects Versions: 5.13.0 > Reporter: Gary Tully > Assignee: Gary Tully > Labels: brokerName, vmtransport > Fix For: 5.14.0 > > > A colon is acceptable in a broker brokerName attribute. However a network connector will fail to create a local vm connection in this case, in error. In addition there is little logging and the network connector is not retried. -- This message was sent by Atlassian JIRA (v6.3.4#6332)