[ 
https://issues.apache.org/jira/browse/AMQNET-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish updated AMQNET-441:
--------------------------------

    Fix Version/s:     (was: 1.6.0)
    
> unable to create a connection using stomp
> -----------------------------------------
>
>                 Key: AMQNET-441
>                 URL: https://issues.apache.org/jira/browse/AMQNET-441
>             Project: ActiveMQ .Net
>          Issue Type: Bug
>          Components: ActiveMQ
>    Affects Versions: 1.6.0
>         Environment: ActiveMQ 5.8.0 and NMS API 1.6.0.3061
>            Reporter: Tamilmaran
>            Assignee: Jim Gomes
>
> used the following code to connect with stomp but i am getting the error like 
> Error creating transport.
> {code}
> Uri connecturi = new Uri("activemq:stomp://localhost:61613");
> IConnectionFactory factory = new NMSConnectionFactory(connecturi);
>             
> using (IConnection connection = factory.CreateConnection())
> {code}
> if i used code as below i am getting the error as No IConnectionFactory 
> implementation found for connection URI: stomp://localhost:61613/
> {code}
> Uri connecturi = new Uri("stomp://localhost:61613");      
> IConnectionFactory factory = new NMSConnectionFactory(connecturi);
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to