You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2013/07/30 12:23:49 UTC

[jira] [Commented] (AMQNET-441) unable to create a connection using stomp

    [ https://issues.apache.org/jira/browse/AMQNET-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13723674#comment-13723674 ] 

Timothy Bish commented on AMQNET-441:
-------------------------------------

{code}
Uri connecturi = new Uri("stomp:tcp://localhost:61613");      
{code}
                
> 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
>             Fix For: 1.6.0
>
>
> 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