From dev-return-10953-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Mon Jun 02 18:00:23 2008 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 31196 invoked from network); 2 Jun 2008 18:00:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Jun 2008 18:00:23 -0000 Received: (qmail 56782 invoked by uid 500); 2 Jun 2008 18:00:26 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 56755 invoked by uid 500); 2 Jun 2008 18:00:26 -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 56732 invoked by uid 99); 2 Jun 2008 18:00:26 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 11:00:26 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jun 2008 17:59:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 4262C234C126 for ; Mon, 2 Jun 2008 11:00:00 -0700 (PDT) Message-ID: <1404961845.1212429600266.JavaMail.jira@brutus> Date: Mon, 2 Jun 2008 11:00:00 -0700 (PDT) From: "Joe Fernandez (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1761) Improve DestinationViewMBean so that the sendTextMessage opersation allows optional username and password MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Improve DestinationViewMBean so that the sendTextMessage opersation allows optional username and password --------------------------------------------------------------------------------------------------------- Key: AMQ-1761 URL: https://issues.apache.org/activemq/browse/AMQ-1761 Project: ActiveMQ Issue Type: Improvement Components: Broker Affects Versions: 5.1.0 Reporter: Joe Fernandez Priority: Minor Fix For: 5.2.0 The DestinationViewMBean's sendTextMessage() method does not provide you with the option of specifying a username and password; therefore, if authentication services have been enabled for the broker, you're precluded from using the sendTextMessage() method. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.