yashasvi created AMQNET-519:
-------------------------------
Summary: Xms Connection Factory throws exception when initializing
a factory of type rtt protocol
Key: AMQNET-519
URL: https://issues.apache.org/jira/browse/AMQNET-519
Project: ActiveMQ .Net
Issue Type: Bug
Components: XMS
Environment: Visual Studio 13
Reporter: yashasvi
Assignee: Jim Gomes
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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)