Tamilmaran created AMQNET-441:
---------------------------------

             Summary: 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


using the following code to connect with stomp but i am getting the following 
error
{code}
Uri connecturi = new Uri("activemq:stomp://localhost:61613");

IConnectionFactory factory = new NMSConnectionFactory(connecturi);
            
using (IConnection connection = factory.CreateConnection())
{code}
Error creating transport.

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