Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 62050 invoked from network); 5 Feb 2009 22:04:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2009 22:04:27 -0000 Received: (qmail 58717 invoked by uid 500); 5 Feb 2009 22:04:26 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 58695 invoked by uid 500); 5 Feb 2009 22:04: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 58684 invoked by uid 99); 5 Feb 2009 22:04:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Feb 2009 14:04:26 -0800 X-ASF-Spam-Status: No, hits=-1999.8 required=10.0 tests=ALL_TRUSTED,WHOIS_MYPRIVREG 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; Thu, 05 Feb 2009 22:04:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6E6B6234C495 for ; Thu, 5 Feb 2009 14:03:59 -0800 (PST) Message-ID: <1537837956.1233871439451.JavaMail.jira@brutus> Date: Thu, 5 Feb 2009 14:03:59 -0800 (PST) From: "Timothy Bish (JIRA)" To: dev@activemq.apache.org Subject: [jira] Commented: (AMQNET-138) Unable to select STOMP protocol In-Reply-To: <699208503.1233361619478.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/activemq/browse/AMQNET-138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=49160#action_49160 ] Timothy Bish commented on AMQNET-138: ------------------------------------- What we do on the C++ client is to document our URI configuration details on the Website with tags on certain parameters for the version they were added or removed. http://activemq.apache.org/cms/configuring.html Probably a good time to add a page similar to that to the NMS site. While the syntax of the URI is more verbose it is more explicit about what is being used and leaves the door open for other transports to be added like SSL for instance without changing any code that deals with the selection of Wire Formats. In the C++ code the WireFormat can be created in an Abstract TransportFactory class and all our other TransportFactory's just inherit from that and get WireFormat creation for free. > Unable to select STOMP protocol > ------------------------------- > > Key: AMQNET-138 > URL: https://issues.apache.org/activemq/browse/AMQNET-138 > Project: ActiveMQ .Net > Issue Type: Bug > Components: ActiveMQ Client > Affects Versions: 1.1 > Reporter: Jim Gomes > Assignee: Jim Gomes > Fix For: 1.1 > > > User reported issue with using the STOMP protocol due to recent changes made to NMS. See the following Nabble conversation for details: > http://www.nabble.com/Changes-to-C--client-in-5.2---Can%27t-connect-via-STOMP...-td21549608.html > When we went to actually connect to our server (stomp://192.168.0.1:61616 or whatnot, same as always), we get the following errors: > 19/01/2009 1:36:08 PM WRN Transmitter.Setup:: The transport stomp is not supported. > at Apache.NMS.ActiveMQ.Transport.TransportFactory.AddTransportFactory(String scheme) > at Apache.NMS.ActiveMQ.Transport.TransportFactory.findTransportFactory(Uri location) > at Apache.NMS.ActiveMQ.ConnectionFactory.CreateConnection(String userName, String password) > at FAInterface.Transmitter.Setup_R() > This seems to be a client code issue as if we use our old DLL we can connect to both 4.1 and 5.2 brokers. What are we missing? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.