{"id":597,"date":"2012-10-12T12:16:40","date_gmt":"2012-10-12T12:16:40","guid":{"rendered":"https:\/\/www.rosehosting.com\/blog\/?p=597"},"modified":"2022-12-08T06:19:18","modified_gmt":"2022-12-08T12:19:18","slug":"how-to-install-activemq-on-centos","status":"publish","type":"post","link":"https:\/\/www.rosehosting.com\/blog\/how-to-install-activemq-on-centos\/","title":{"rendered":"How to install ActiveMQ on CentOS"},"content":{"rendered":"
In today’s article, we’ll explain how to install Apache ActiveMQ<\/a> on a CentOS 5.X VPS<\/a>. Apache ActiveMQ is is the most popular and powerful open source messaging and Integration Patterns server.<\/p>\n <\/p>\n <\/p>\n <\/p>\n <\/p>\n First we’ll need to install Java 1.7 JDK. Oracle has recently disallowed direct downloads of java from their servers, luckily we can still use wget to download Java 1.7 JDK. If you have one of our Java Hosting<\/a> packages this will already be installed and configured.<\/p>\n To test if the installation is successful, type<\/p>\n You should see something like this<\/p>\nInstalling Java JDK<\/h2>\n
cd \/tmp\/\r\nwget --no-cookies --header \"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F\" \\\r\n\"http:\/\/download.oracle.com\/otn-pub\/java\/jdk\/7u4-b20\/jdk-7u4-linux-i586.rpm\"\r\nrpm -Uhv jdk-7u4-linux-i586.rpm<\/pre>\n
java -version<\/pre>\n
java version \"1.7.0_04\"\r\n Java(TM) SE Runtime Environment (build 1.7.0_04-b20)\r\n Java HotSpot(TM) Client VM (build 23.0-b21, mixed mode, sharing)<\/pre>\n
Installing Apache ActiveMQ<\/h2>\n