Re: CMS Connection question.

2009-03-03 Thread Nick Cooper
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

Re: ActiveMQ-CPP 2.2 Released

2008-07-06 Thread Nick Cooper
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.