I am sorry but all of this seems very vague. I have downloaded the binary
for .net...I have activemq working with activemqcpp but cannot get nms
working. Is there any documentation on what goes into the config file? I
am getting the "no Iconnectionfactory implementation found" error as well.
basically, how do I create the config file and what goes in it?
thanks,
bobby
Alistair Young-3 wrote:
>
> thanks for that - they weren't in the path for the exe. Works now.
>
> cheers,
>
> Alistair
>
>
> --
> mov eax,1
> mov ebx,0
> int 80h
>
>
>
>
> On 19 Aug 2009, at 17:09, Timothy Bish wrote:
>
>> On Wed, 2009-08-19 at 15:59 +0100, Alistair Young wrote:
>>> Hi there,
>>>
>>> I've downloaded the NMS and ActiveMQ binary assemblies 1.1.0, as well
>>> as building them from source but I keep getting this error:
>>>
>>> No IConnectionFactory implementation found for connection URI:
>>> activemq:tcp://host.com:61613?transport.wireformat=stomp
>>
>> does the code work if you remove the stomp wireformat option?
>> is the nmsprovider-activemq.config in a location that is visible to
>> the
>> executing application?
>>
>>>
>>> from this code:
>>>
>>> using Apache.NMS;
>>> using Apache.NMS.ActiveMQ;
>>> using Apache.NMS.ActiveMQ.Commands;
>>> using Apache.NMS.ActiveMQ.Transport.Stomp;
>>> Uri connectURI = new Uri("activemq:tcp://host.com:61613?
>>> transport.wireformat=stomp");
>>> IConnectionFactory factory = new NMSConnectionFactory(connectURI);
>>>
>>> is there anything else I need to include to get stomp/activemq
>>> support
>>> working? I've used the ActiveMQCPP library and that needs initialized
>>> to get rid of a similar error:
>>>
>>> ActiveMQCPP::initializeLibrary();
>>>
>>> is there a similar requirement for nms? There doesn't seem to be
>>> anything in the examples.
>>>
>>> thanks,
>>>
>>> Alistair
>>>
>>>
>>>
>> --
>> Tim Bish
>> http://fusesource.com
>> http://timbish.blogspot.com/
>>
>>
>>
>
>
>
--
View this message in context:
http://old.nabble.com/No-IConnectionFactory-implementation-problem-tp25045854p26957075.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.