Description
ConnectionFactory.CreateConnection(string userName, string password) ignores it's parameters.
This is very uncomfortable because if want to use IConnectionFactory created by NMSConnectionFactory.CreateConnectionFactory(uri) i couldn't use Stomp with username/password. As a workaround i must add the concrete factory which leads to a redundant specification of the used protocol (the Uri and the Factory 'knows' the protocol).
Please let me know if i was unclear or if you need more information (and excuse my bad English).