Uploaded image for project: 'ActiveMQ .Net'
  1. ActiveMQ .Net
  2. AMQNET-519

Xms Connection Factory throws exception when initializing a factory of type rtt protocol

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • XMS
    • None
    • Visual Studio 13

    • Important

    Description

      Class ConnectionFactory.cs :
      Method CreateNonAdministeredConnectionFactory(Uri factoryUri, StringDictionary properties) :

      First switch case is used to construct the XMSFactoryFactory object and then, after the switch case, factory is created from this object.
      But in case of RTT, after creating the object, a call is made to set up the host and port. Now, setting the host and port requires the xmsConnectionFactory to be initialized, which has not been done till now. So, this throws null pointer exception.

      Attachments

        Activity

          People

            Unassigned Unassigned
            yashasvi yashasvi
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: