From dev-return-5240-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Thu Feb 01 18:16:24 2007 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 50551 invoked from network); 1 Feb 2007 18:16:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Feb 2007 18:16:24 -0000 Received: (qmail 12117 invoked by uid 500); 1 Feb 2007 18:16:30 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 12095 invoked by uid 500); 1 Feb 2007 18:16:29 -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 12086 invoked by uid 500); 1 Feb 2007 18:16:29 -0000 Delivered-To: apmail-geronimo-activemq-dev@geronimo.apache.org Received: (qmail 12083 invoked by uid 99); 1 Feb 2007 18:16:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Feb 2007 10:16:29 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Thu, 01 Feb 2007 10:16:23 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D3EC071408A for ; Thu, 1 Feb 2007 10:16:02 -0800 (PST) Message-ID: <12595999.1170353762864.JavaMail.jira@brutus> Date: Thu, 1 Feb 2007 10:16:02 -0800 (PST) From: "jawaid hakim (JIRA)" To: activemq-dev@geronimo.apache.org Subject: [jira] Commented: (AMQ-1131) Cannot connect to ActiveMQ 4.1.0 with C# NMS client In-Reply-To: <12568730.1169031408122.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/AMQ-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38456 ] jawaid hakim commented on AMQ-1131: ----------------------------------- I have seen the same bahavior and this is a show stopper for .NET development. It would be great to have this issue resolved quickly. > Cannot connect to ActiveMQ 4.1.0 with C# NMS client > --------------------------------------------------- > > Key: AMQ-1131 > URL: https://issues.apache.org/activemq/browse/AMQ-1131 > Project: ActiveMQ > Issue Type: Bug > Components: NMS (C# client) > Affects Versions: 4.1.0 > Environment: Windows XP SP2 > Reporter: Pascal ST-LAURENT > Priority: Blocker > > It is impossible to connect to ActiveMQ 4.1.0 broker with C# NMS client. > Here is the problem: > // START SNIPPET: demo > IConnectionFactory factory = new ConnectionFactory(new Uri("tcp://localhost:61616")); > using (IConnection connection = factory.CreateConnection()) > { > Console.WriteLine("Created a connection!"); > > ISession session = connection.CreateSession(); //<--- hangs here. > ... -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.