ActiveMQ CPP 库
我有一个 Java 应用程序和一个 C++ 应用程序。我想使用 Apache ActiveMQ 来进行这些应用程序之间的通信。我知道如何设置 ActiveMQ、运行它等。我想知道我应该做什么来获取 C++ 客户端库。我尝试下载代码并运行 Make。它生成了一些库,但我不确定它只是客户端库还是整个 ActiveMQ 服务器。请提供一些清晰度或参考链接。谢谢。
I have a Java application and a C++ application. I want to use Apache ActiveMQ for the communication between these applications. I know how to setup ActiveMQ, Run it etc.. I want to know what I should do to get the C++ client library. I tried downloading the code and running Make. It produced some libraries But I am not sure if its just the client library or the Whole ActiveMQ Server. Please provide some clarity or reference Links. Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的建议是尝试做一些阅读,网站上有很多信息,包括入门指南。源包中适当命名的“examples”目录中还有几个示例。
My suggestion would be to try doing some reading, there's plenty of information on the website including a getting started guide. There's also several examples in the aptly named 'examples' directory in the source bundle.