You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to use "failover:(nio+ssl)" on our connection string, but when we execute the connection start the "FactoryAttribute" it isn't validated well, the results is always "false" with "AttributeType"
Possible solution
If I compare it with an "is" validation with "Attribute" class then the result is "true"
Location
Happens on Apache.NMS.ActiveMQ.Util namespace, class FactoryFinder, line 108 "if (attribute is AttributeType)"
Main issue
We're trying to use "failover:(nio+ssl)" on our connection string, but when we execute the connection start the "FactoryAttribute" it isn't validated well, the results is always "false" with "AttributeType"
Possible solution
If I compare it with an "is" validation with "Attribute" class then the result is "true"
Location
Happens on Apache.NMS.ActiveMQ.Util namespace, class FactoryFinder, line 108 "if (attribute is AttributeType)"
https://github.com/wdcossey/Apache.NMS.ActiveMQ.NetStd/blob/master/src/Util/FactoryFinder.cs#L108
Current implementation
[Factory("nio+ssl")]
public class ConfigurationFactoryIdentifier
{
}
Full connection string: failover:(nio+ssl://host1:port1,nio+ssl://host2:port2)
The text was updated successfully, but these errors were encountered: