From dev-return-7773-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Sat Aug 04 21:17:11 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 66435 invoked from network); 4 Aug 2007 21:17:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2007 21:17:09 -0000 Received: (qmail 30515 invoked by uid 500); 4 Aug 2007 21:17:09 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 30485 invoked by uid 500); 4 Aug 2007 21:17:09 -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 30474 invoked by uid 99); 4 Aug 2007 21:17:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2007 14:17:09 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Aug 2007 21:17:09 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1F9237141F3 for ; Sat, 4 Aug 2007 14:16:49 -0700 (PDT) Message-ID: <27024482.1186262209125.JavaMail.jira@brutus> Date: Sat, 4 Aug 2007 14:16:49 -0700 (PDT) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQCPP-124) Provide a ConnectionMetaData interface in CMS In-Reply-To: <18268129.1181165853311.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQCPP-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39842 ] Timothy Bish commented on AMQCPP-124: ------------------------------------- Well in that case then returning some number that tells the user about an openwire or stomp protocol version doesn't really make much sense either, what is a user going to do with that, we don't expect users to know about the intimate details of the protocol, nor is there any real info available to them about the differences between versions. Stomp doesn't even have a version. So then I think this issue just vanished in a puff of logic. > Provide a ConnectionMetaData interface in CMS > --------------------------------------------- > > Key: AMQCPP-124 > URL: https://issues.apache.org/activemq/browse/AMQCPP-124 > Project: ActiveMQ C++ Client > Issue Type: Improvement > Components: CMS Impl > Affects Versions: 2.1 > Reporter: Albert Strasheim > Assignee: Timothy Bish > Priority: Trivial > Fix For: 2.2 > > > From the JMS 1.1 specification: > 4.3.7 ConnectionMetaData > A Connection provides a ConnectionMetaData object. This object provides the latest version of JMS supported by the provider as well as the provider's product name and version. > It also provides a list of the JMS defined property names supported by the connection. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.