[
https://issues.apache.org/activemq/browse/AMQNET-118?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#action_36781
]
Jim Gomes logged work on AMQNET-118:
------------------------------------
Author: Jim Gomes
Created on: 27/Oct/08 01:29 PM
Start Date: 27/Oct/08 01:29 PM
Worklog Time Spent: 10 minutes
Issue Time Tracking
-------------------
Remaining Estimate: 0 minutes (was: 30 minutes)
Time Spent: 10 minutes
> TransportFactory fails to connect to any service due to exception
> -----------------------------------------------------------------
>
> Key: AMQNET-118
> URL: https://issues.apache.org/activemq/browse/AMQNET-118
> Project: ActiveMQ .Net
> Issue Type: Bug
> Components: ActiveMQ Client
> Affects Versions: 1.1
> Environment: Windows XP .NET 2.0
> Reporter: Allan Schrum
> Assignee: Jim Gomes
> Priority: Blocker
> Fix For: 1.1
>
> Attachments: Apache.NMS.ActiveMQ.707803.diff
>
> Original Estimate: 30 minutes
> Time Spent: 10 minutes
> Remaining Estimate: 0 minutes
>
> The TransportFactory delays instantiating the underlying TransportFactories
> until they are used. The current logic checks the dictionary factoryCache to
> see if the TransportFactory exists. Failing that it adds the TransportFactory
> and continues on. Unfortunately, the System.Collections.Generic.Dictionary
> class throws an exception when an item that does not exist is selected. This
> causes all connections to abort during the top-level CreateConnection() call.
> Attached is a patch to TransportFactory.cs that fixes this problem.
> I grant ASF license to this patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.