Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C2691200C86 for ; Wed, 31 May 2017 18:25:57 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C07B4160BCB; Wed, 31 May 2017 16:25:57 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 118D3160BBA for ; Wed, 31 May 2017 18:25:56 +0200 (CEST) Received: (qmail 8402 invoked by uid 500); 31 May 2017 16:25:56 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 8393 invoked by uid 99); 31 May 2017 16:25:56 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 31 May 2017 16:25:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2D6FDDFF66; Wed, 31 May 2017 16:25:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aconway@apache.org To: commits@qpid.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: qpid-dispatch git commit: NO-JIRA: Minor doc update - http listeners cannot accept plain AMQP. Date: Wed, 31 May 2017 16:25:56 +0000 (UTC) archived-at: Wed, 31 May 2017 16:25:57 -0000 Repository: qpid-dispatch Updated Branches: refs/heads/master 75cbe215a -> 5c243f250 NO-JIRA: Minor doc update - http listeners cannot accept plain AMQP. Project: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/commit/5c243f25 Tree: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/tree/5c243f25 Diff: http://git-wip-us.apache.org/repos/asf/qpid-dispatch/diff/5c243f25 Branch: refs/heads/master Commit: 5c243f25034888d74d004b9f56e3aaf3d1562130 Parents: 75cbe21 Author: Alan Conway Authored: Wed May 31 12:25:04 2017 -0400 Committer: Alan Conway Committed: Wed May 31 12:25:50 2017 -0400 ---------------------------------------------------------------------- python/qpid_dispatch/management/qdrouter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-dispatch/blob/5c243f25/python/qpid_dispatch/management/qdrouter.json ---------------------------------------------------------------------- diff --git a/python/qpid_dispatch/management/qdrouter.json b/python/qpid_dispatch/management/qdrouter.json index 829b335..e80359f 100644 --- a/python/qpid_dispatch/management/qdrouter.json +++ b/python/qpid_dispatch/management/qdrouter.json @@ -457,7 +457,7 @@ "description":"Number of open connections to the router node.", "graph": true }, - + "workerThreads": { "type": "integer", "default": 4, @@ -710,7 +710,7 @@ "http": { "type": "boolean", "default": false, - "description": "Accept HTTP connections that can upgrade to AMQP over WebSocket", + "description": "Accept HTTP connections that can upgrade to AMQP over WebSocket. Plain AMQP connections are not accepted on this listener.", "create": true }, "httpRoot": { @@ -723,7 +723,7 @@ "default": "none", "description": "A comma separated list that indicates which components of the message should be logged. Defaults to 'none' (log nothing). If you want all properties and application properties of the message logged use 'all'. Specific components of the message can be logged by indicating the components via a comma separated list. The components are message-id, user-id, to, subject, reply-to, correlation-id, content-type, content-encoding, absolute-expiry-time, creation-time, group-id, group-sequence, reply-to-group-id, app-properties. The application-data part of the bare message will not be logged. No spaces are allowed", "create": true - } + } } }, --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org