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 C19D617C40 for ; Mon, 9 Feb 2015 06:40:34 +0000 (UTC) Received: (qmail 44723 invoked by uid 500); 9 Feb 2015 06:40:34 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 44658 invoked by uid 500); 9 Feb 2015 06:40:34 -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 44646 invoked by uid 99); 9 Feb 2015 06:40:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Feb 2015 06:40:34 +0000 Date: Mon, 9 Feb 2015 06:40:34 +0000 (UTC) From: "Anuj Khandelwal (JIRA)" To: dev@activemq.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AMQ-5573) Configurable messages size for Stomp producer MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Anuj Khandelwal created AMQ-5573: ------------------------------------ Summary: Configurable messages size for Stomp producer Key: AMQ-5573 URL: https://issues.apache.org/jira/browse/AMQ-5573 Project: ActiveMQ Issue Type: Improvement Components: stomp Affects Versions: 5.10.0 Reporter: Anuj Khandelwal It is coming from http://activemq.2283324.n4.nabble.com/ActiveMQ-Stomp-producer-messages-size-limitation-td4689847.html#a4691046 Stomp APIs does not allow to send message more than 100MB. These parameters are in (http://activemq.apache.org/maven/apidocs/src-html/org/apache/activemq/transport/stomp/StompWireFormat.html) 'MAX_DATA_LENGTH' and 'MAX_COMMAND_LENGTH' . There might be cases when producer want to send more than 100MB of message. It's better to have such parameters configurable.? Thanks, Anuj -- This message was sent by Atlassian JIRA (v6.3.4#6332)