Re: No IConnectionFactory implementation problem

2009-12-29 Thread slyfox
g 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

Re: No IConnectionFactory implementation problem

2009-08-26 Thread mkeenan
tp://www.nabble.com/No-IConnectionFactory-implementation-problem-tp25045854p25158425.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: No IConnectionFactory implementation problem

2009-08-20 Thread Alistair Young
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

Re: No IConnectionFactory implementation problem

2009-08-19 Thread Timothy Bish
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

No IConnectionFactory implementation problem

2009-08-19 Thread Alistair Young
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 from this code: using Apache