You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "jawaid hakim (JIRA)" <ji...@apache.org> on 2007/02/01 19:16:02 UTC

[jira] Commented: (AMQ-1131) Cannot connect to ActiveMQ 4.1.0 with C# NMS client

    [ 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.