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
tp://www.nabble.com/No-IConnectionFactory-implementation-problem-tp25045854p25158425.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
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
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
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