Return-Path: X-Original-To: apmail-activemq-dev-archive@www.apache.org Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 11E3411A78 for ; Wed, 24 Sep 2014 08:33:34 +0000 (UTC) Received: (qmail 99274 invoked by uid 500); 24 Sep 2014 08:33:33 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 99217 invoked by uid 500); 24 Sep 2014 08:33:33 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 99205 invoked by uid 99); 24 Sep 2014 08:33:33 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 08:33:33 +0000 Date: Wed, 24 Sep 2014 08:33:33 +0000 (UTC) From: "Joe Qiang Luo (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-5367) MQTT-doc: the mqtt transport documentation page is missing configure options MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Joe Qiang Luo created AMQ-5367: ---------------------------------- Summary: MQTT-doc: the mqtt transport documentation page is missing configure options Key: AMQ-5367 URL: https://issues.apache.org/jira/browse/AMQ-5367 Project: ActiveMQ Issue Type: Task Components: MQTT Affects Versions: 5.9.1 Reporter: Joe Qiang Luo The wiki page for MQTT transport: http://activemq.apache.org/mqtt.html is missing configure options. For instance, you can configure option like following to provide prefetch support: {code} transport.activeMQSubscriptionPrefetch=32766 {code} I am sure that there are some other configure options we can configure for MQTT transport and we should document them on the documentation page. -- This message was sent by Atlassian JIRA (v6.3.4#6332)