I have succesfully set-up and ran the activemq-cpp example. However, when I
try integrating the HelloWorldProducer into an existing C++ process, I've
been running into problems creating the TEST.FOO queue. I have tested this
using ActiveMQ 4.1.1 and 5.0 on Red Hat Linux with the same exception.
My system contains programs written in Java, PHP and C#...
I got C# integrated using NMS and openwire protocol...
PHP part only produce message ... I use stomp for that...
when I send message, its sent ok, but I get Error Message in JMX Console of
the ActiveMQ server saying:
Error calling i
L.S.,
In the latest ActiveMQ 5.0-SNAPSHOT releases, the 'resourceAdapter' XBean
annotation is specified on both the
org.apache.activemq.ra.MessageResourceAdapter interface and the
org.apache.activemq.ra.ActiveMQResourceAdapter class. When I try to
integrate this with ServiceMix, I get an Except