I'd recommend that you use a stable release of ActiveMQ. ActiveMQ-CPP
is known to with v4.1.1 of the broker which is the latest stable
release. There do appear to be some issues with communications with the
5.0-SNAPSHOT broker.
On Mon, 2007-07-23 at 02:02 -0700, seamuskerrigan wrote:
> I'm runn
I'm running on Red Hat Linux 3 and using g++ compiler.
Here is the C++ code that I'm running (it's taken from the
HelloWorldProducer example from activemq-cpp). The line in bold is causing
the NullPointerException in ActiveMQ.
cms::Connection* connection;
Session* session;
Could you provide the C++ code? Also what platform and compiler?
Rob Davies wrote:
the c++ code must be passing in a null value for the destination name
On Jul 21, 2007, at 4:16 PM, seamuskerrigan wrote:
I have succesfully set-up and ran the activemq-cpp example. However,
when I
try integr
the c++ code must be passing in a null value for the destination name
On Jul 21, 2007, at 4:16 PM, seamuskerrigan wrote:
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 p