If you are using the latest version of NMS, this file is no longer required. It is purely optional. I think the problem is that the Apache.NMS.ActiveMQ.dll is missing from your folder. When you specify the 'activemq:' provider in the connection URL, it will look for this assembly in the same folder as the Apache.NMS.dll assembly.
Hope that helps, Jim On Wed, Apr 4, 2012 at 4:48 AM, newtonsri <[email protected]> wrote: > Hi, > > I am new to NMS and so this question might sound very silly. When I tried > to > run a sample producer/consumer code I got an exception saying > IConnectionFactory implementation not found. It is mentioned in the code > that I need to have nmsprovider-activemq.config file in the executable > path. > Can you please tell me where I can get this config file from? Also please > let me know if the exception is due to the missing config file or is there > someother reason for which I am getting this exception. > > Thanks in advance. > > -- > View this message in context: > http://activemq.2283324.n4.nabble.com/Configuration-file-for-NMS-tp4531614p4531614.html > Sent from the ActiveMQ - User mailing list archive at Nabble.com. >
