ActiveMQ CPP Library 2.1.3
# Install dependencies
1. libuuid
> sudo yum install e2fsprogs-devel
2. CppUnit
> sudo yum install cppunit cppunit-devel
3. GNU Build System
Tool Recommended Version
autoconf >= 2.60
automake >= 1.10
libtool >= 1.5.24
# Building on Unix/Linux
> ./autogen.sh
> ./configure
> make
> make install
# To generate the doxygen documentation for the project
> make doxygen-run
Troubleshooting:
The above offical instruction is just woks on paper. Actually, I cannot install activemq cpp well base on it. I got the following error messages:
Error:
> ./autogen.sh
configure.ac:173: error: AC_SUBST: `DX_FLAG_[]DX_CURRENT_FEATURE' is not a valid
m4/ac_doxygen.m4:95: DX_REQUIRE_PROG is expanded from...
m4/ac_doxygen.m4:167: DX_ARG_ABLE is expanded from...
m4/ac_doxygen.m4:324: DX_INIT_DOXYGEN is expanded from...
configure.ac:173: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: autom4te failed with exit status: 1
autoreconf: aclocal failed with exit status: 1
The error is related to Doxygen.
Currently, I have no other ways except to disable all configurations about Doxygen. Actually, it does not affect the main activemq work.
Solution:
1. > vi configure.ac
Comment on the following lines:
## Execute Doxygen macros
# DX_HTML_FEATURE(ON)
# DX_CHM_FEATURE(OFF)
# DX_CHI_FEATURE(OFF)
# DX_MAN_FEATURE(OFF)
# DX_RTF_FEATURE(OFF)
# DX_XML_FEATURE(OFF)
# DX_PDF_FEATURE(OFF)
# DX_PS_FEATURE(OFF)
# DX_INIT_DOXYGEN(activemq-cpp, doxygen.cfg, doc)
2. > vi Mikefile.am
Comment on the following lines:
# include doxygen-include.am
# EXTRA_DIST=autogen.sh $(DX_CONFIG) doc/html
OK. Please do autogen.sh, ./configure, make, and make install. It works fine now.
Start/Stop ActiveMQ
1. startup.sh
if [ -e /tmp/smlog ]; then
mv /tmp/smlog /tmp/smlog.bak;
fi
nohup bin/activemq > /tmp/smlog 2>&1 &
echo "[INFO] ActiveMQ is running..."
2. shutdown.sh
pid=`sudo ps -ef | grep "activemq" | awk ' { print $2 } '`
kill $pid;
echo "[INFO] ActiveMQ is stopped..."
分享到:
相关推荐
《ActiveMQ-CPP Library 3.9.5在Windows环境下的编译与应用》 ActiveMQ-CPP Library 3.9.5是一款专为C++开发者设计的、用于与Apache ActiveMQ集成的库,它提供了丰富的API接口,使得在C++环境中能够方便地发送和...
《ActiveMQ-CPP库3.9.5源代码解析与应用》 ActiveMQ-CPP库是Apache ActiveMQ项目的一部分,它提供了一套C++接口,用于与ActiveMQ消息代理进行通信。这个库允许开发者在C++应用程序中实现高级消息队列协议(AMQP)和...
activemq-parent-5.10.0-source-release.zip activemq-parent-5.10.2-source-release.zip activemq-parent-5.12.3-source-release.zip apache-activemq-5.10.2-bin.tar.gz apache-activemq-5.11.4-bin.zip apache-...
《ActiveMQ-CPP库3.6.0源码解析与C#应用实践》 ActiveMQ是Apache软件基金会开发的一款开源消息中间件,它基于开放标准的JMS(Java消息服务)协议,支持多种语言,包括C++。在本文中,我们将深入探讨ActiveMQ-CPP库...
这个压缩包"apache-activemq-5.8.0-bin.zip"包含了ActiveMQ 5.8.0版本的二进制发行版,供用户在本地计算机上安装和运行。 1. **Apache ActiveMQ简介** - Apache ActiveMQ是业界广泛使用的消息代理,提供可靠的消息...
这个“apache-activemq-5.9.0-bin”压缩包包含了Apache ActiveMQ 5.9.0版本的完整二进制文件,用于在本地或网络环境中安装和运行。 Apache ActiveMQ的核心功能包括: 1. **消息队列**:ActiveMQ支持多种消息模式,...
配置文件位于`/opt/apache-activemq-5.x.x/conf`目录下,主要关注`activemq.xml`。这个文件定义了ActiveMQ的核心配置,包括消息存储、网络连接等。根据需求,你可以调整这些设置以优化性能或安全性。 3. **启动和...
tar -zxvf apache-activemq-5.15.12-bin.tar.gz 2.进入bin目录 cd /apache-activemq-5.15.12/bin 3.运行,没有配置环境变量只能在bin目录下使用命令 ./activemq 4.配置环境变量,配置完环境变量之后...
在本文中,我们将深入探讨Apache ActiveMQ,特别是针对“apache-activemq-5.15.9-bin.zip”这个版本在Windows平台上作为MQTT服务器的使用。 首先,让我们理解MQTT(Message Queuing Telemetry Transport)。MQTT是...
apache-activemq-5.16.0
这个"apache-activemq-5.15.8-bin.zip"文件包含了ActiveMQ的可执行版本,用于在本地计算机上安装和运行ActiveMQ服务。 首先,我们需要了解ActiveMQ的核心概念。它是一个消息代理,扮演着消息生产者与消费者之间的...
apache-activemq-5.18.5-bin
标题"apache-activemq-5.16.5"指的是该软件的一个特定版本,即5.16.5版本,通常每个新版本都会包含错误修复、性能提升以及新功能的添加。 描述中提到"启动要求jdk版本8+", 这意味着在运行Apache ActiveMQ 5.16.5...
这个`apache-activemq-5.13.2-bin.tar.gz`压缩包包含了ActiveMQ的可执行版本,适用于运行在Linux环境下的Java应用程序。版本号5.13.2意味着这是该软件的特定稳定版本,它可能包含了bug修复和性能优化。 ActiveMQ的...
这个"apache-activemq-5.16.6-bin.zip"文件包含了ActiveMQ的最新稳定版本5.16.6的二进制发行版,主要用于在各种环境中部署和运行。 **Apache ActiveMQ核心概念** 1. **消息队列(Message Queue)**: 消息队列是...
apache-activemq-5.8.0,包解压后可以直接使用,用于系统间的消息的发布与消费。 pom添加: <groupId>org.apache.activemq <artifactId>activemq-all <version>5.11.1 </dependency>
自己编译的activemq-cpp的2.X的最后版本,在windows + vs2010下测试通过。压缩包中包含了include\lib\dll文件。 由于尝试了N个3.X的版本都不同过,于是退到2.X版本,通过了,另外在vs2005下编译出来的也没有问题。...
这个"apache-activemq-5.14.3-bin.zip"压缩包包含了在Windows环境下部署和运行ActiveMQ所需的所有文件。让我们深入探讨一下这个版本的ActiveMQ及其在Java消息服务中的应用。 首先,Java消息服务(JMS)是一种标准...
3. 解压源代码:将`activemq-cpp-library-3.8.2.tar.gz`解压到指定目录,如`/usr/local/src/`。 4. 配置并编译:进入源代码目录,运行`mkdir build && cd build`,然后`cmake ..`,最后`make`进行编译。 5. 安装编译...
官方离线安装包,测试可用。请使用rpm -ivh [rpm完整包名] 进行安装