tags:

views:

881

answers:

2

Does anyone recommend a good tutorial on JMS with c++ and ActiveMQ?

+1  A: 

The examples that ship with the library are also pretty good. They have simple, straightforward examples like a simple async consumer and a simple producer which work together.

http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/

chetan