qtaiwee wrote
> The example program at src/examples/example(main.cpp) does not work and
> hangs at around the line :
>
> consumer.waitUntilReady();
I suspect the reason it hangs is because you don't have a broker running.
>From the Apache installation notes: "The library also contains a set
On Fri, 2010-10-29 at 10:00 -0700, qtaiwee wrote:
> Platform : AIX 5.3
> Compiler : IBM XLC++ v9
> ActiveMQ-CPP : ver 3.2.3
>
> Has anyone succesfully compiled ActiveMQ-CPP and run the example program on
> AIX 5.3 using the IBM XLC++ v9 compiler ?
>
> The example program at src/examples/example(