If you are using activemq-cpp (aka CMS) all you need to do is specify the
username/password when creating the connection...e.g.
ConnectionFactory* connectionFactory =
ConnectionFactory::createCMSConnectionFactory("brokerUri here");
cms::Connection* connection =
connectionFactory->createConnection
Thanks for the release Tim. A lot of work must have gone into it!
Just a couple of points on the use of the APR library...
1. It would be nice if the README.TXT specified which version of the APR
library ActiveMQ-CPP was dependent on. It looks like there are two version
in common use 1.3.2 and 0.