In the example folder you have the following shell scripts, simple_async_consumer simple_producer
Just run them. BTW, did u ever try to find out what the errors (g++ complained of) are saying ? My suggestion, Know the stages of compilation, then the g++ options (mostly used) for compilation. The folks will be helping you if you have any specific query related to ActiveMQ. ........ In the compilation "g++ <file>". This is not just sufficient. You need to included the headers required and need to link with the corresponding libraries. Now don't ask how to do that ? That's the basic thing when you are compiling. Google gives you more than enough info to get basic understanding. -- View this message in context: http://activemq.2283324.n4.nabble.com/activemq-cpp-library-tp4566952p4575972.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.