[
https://issues.apache.org/activemq/browse/AMQNET-16?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
james strachan moved AMQ-1131 to AMQNET-16:
-------------------------------------------
Fix Version/s: (was: 4.1.1)
(was: 4.2.0)
1.0
Component/s: (was: NMS (C# client))
Affects Version/s: (was: 4.1.0)
Key: AMQNET-16 (was: AMQ-1131)
Project: ActiveMQ .Net (was: ActiveMQ)
> Cannot connect to ActiveMQ 4.1.0 with C# NMS client
> ---------------------------------------------------
>
> Key: AMQNET-16
> URL: https://issues.apache.org/activemq/browse/AMQNET-16
> Project: ActiveMQ .Net
> Issue Type: Bug
> Environment: Windows XP SP2
> Reporter: Pascal ST-LAURENT
> Priority: Blocker
> Fix For: 1.0
>
>
> 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.