ActiveMQ-CPP动态库在vc++中的调用
activemq-cpp的源码版本为3.8.3,其他源码版本在资源文本中有说明,由于动态库的使用与编译器有关,上传了由vs2008和vs2013编译的动态库,分别有debug和release两个版本,测试工程为vs2013版本。
下载地址
用户评论
auto_ptr connectionFactory(ConnectionFactory::createCMSConnectionFactory(brokerURI)); // Create a Connection connection = connectionFactory->createConnection(); connection->start(); 总是报异常