Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 356AD10FC1 for ; Fri, 16 Oct 2015 12:21:43 +0000 (UTC) Received: (qmail 18896 invoked by uid 500); 16 Oct 2015 12:21:43 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 18855 invoked by uid 500); 16 Oct 2015 12:21:43 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 18845 invoked by uid 99); 16 Oct 2015 12:21:43 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2015 12:21:43 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 8EFB6C084E for ; Fri, 16 Oct 2015 12:21:42 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.791 X-Spam-Level: X-Spam-Status: No, score=0.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id C-klRl0yuanZ for ; Fri, 16 Oct 2015 12:21:27 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTP id 3DF2442B32 for ; Fri, 16 Oct 2015 12:21:27 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B667DE04C2 for ; Fri, 16 Oct 2015 12:21:26 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id B35FF3A06F6 for ; Fri, 16 Oct 2015 12:21:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r969141 - in /websites/production/activemq/content: activemq-5121-release.html cache/main.pageCache javadocs.html overview.html Date: Fri, 16 Oct 2015 12:21:26 -0000 To: commits@activemq.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20151016122126.B35FF3A06F6@svn01-us-west.apache.org> Author: buildbot Date: Fri Oct 16 12:21:26 2015 New Revision: 969141 Log: Production update by buildbot for activemq Added: websites/production/activemq/content/activemq-5121-release.html Modified: websites/production/activemq/content/cache/main.pageCache websites/production/activemq/content/javadocs.html websites/production/activemq/content/overview.html Added: websites/production/activemq/content/activemq-5121-release.html ============================================================================== --- websites/production/activemq/content/activemq-5121-release.html (added) +++ websites/production/activemq/content/activemq-5121-release.html Fri Oct 16 12:21:26 2015 @@ -0,0 +1,167 @@ + + + + + + + + + + + + + + + + + + + + + + Apache ActiveMQ ™ -- ActiveMQ 5.12.1 Release + + + +
+
+
+
+
+
+
+
+
+
+
+ + +

+

+

+ + + + + + + + + +
+

 

ActiveMQ 5.12.1 Release

Apache ActiveMQ 5.12.1 includes several improvements and resolved issues

Getting the Binary Distributions

Description

Download Link

Verify

Windows Distribution

apache-activemq-5.12.1-bin.zip

ASC, MD5, SHA1

Unix /Linux/Cygwin Distribution

apache-activemq-5.12.1-bin.tar.gz

ASC, MD5, SHA1

Verify the Integrity of Downloads

It is essential that you verify the integrity of the downloaded files using the PGP or MD5 signatures. The PGP signatures can be verified using PGP or GPG. Begin by following these steps:

  1. Download the KEYS
  2. Download the asc signature file for the relevant distribution
  3. Verify the signatures using the following commands, depending on your use of PGP or GPG:

    +
    $ pgpk -a KEYS
    +$ pgpv apache-activemq-<version>-bin.tar.gz.asc
    +
    +

    or

    +
    $ pgp -ka KEYS
    +$ pgp apache-activemq-<version>-bin.tar.gz.asc
    +
    +

    or

    +
    $ gpg --import KEYS
    +$ gpg --verify apache-activemq-<version>-bin.tar.gz.asc
    +
    +

(Where <version> is replaced with the actual version, e.g., 5.1.0, 5.2.0, etc.).

Alternatively, you can verify the MD5 signature on the files. A Unix program called md5 or md5sum is included in most Linux and Unix distributions. It is also available as part of GNU Textutils. Windows users can utilize any of the following md5 programs:

Getting the Binaries using Maven 2

To use this release in your maven project, the simplest dependency that you can use in your Maven POM is:

+
<dependency>
+  <groupId>org.apache.activemq</groupId>
+  <artifactId>activemq-all</artifactId>
+  <version>5.12.1</version>
+</dependency>
+
+

If you need more fine grained control of your dependencies (activemq-all is an uber jar) pick and choose from the various components activemq-client, activemq-broker, activemq-xx-store etc.

 

Getting the Source Code

Source Distributions

< td colspan="1" rowspan="1" class="confluenceTd">

ASC, MD5, SHA1

Description

Download Link

Verify

Source Release

activemq-parent-5.12.1-source-release.zip

Git Tag

https://git-wip-us.apache.org/repos/asf?p=activemq.git;a=tag;h=refs/tags/activemq-5.12.1

Change Log

For a more detailed view of new features and bug fixes, see the release notes

Also see the previous ActiveMQ 5.12.0 Release

+
+ +
+
+
+
+
+
+
+ +
+
+
+© 2004-2011 The Apache Software Foundation. +
+Apache ActiveMQ, ActiveMQ, Apache, the Apache feather logo, and the Apache ActiveMQ project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. +
+Graphic Design By Hiram +
+ + + + + + + + Modified: websites/production/activemq/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/activemq/content/javadocs.html ============================================================================== --- websites/production/activemq/content/javadocs.html (original) +++ websites/production/activemq/content/javadocs.html Fri Oct 16 12:21:26 2015 @@ -72,7 +72,7 @@ -

JavaDocs for Apache ActiveMQ

Versioned JavaDocs for Apache ActiveMQ could be found at

http://activemq.apache.org/maven/x.y.z/apidocs/index.html kind of url, where x.y.z is broker version you're looking for.

For example http://activemq.apache.org/maven/5.12.0/apidocs/index.html contains JavaDocs for 5.12.0.

Other JavaDocs

CMS and C++ Documentation

NMS and C# Documentation

+

JavaDocs for Apache ActiveMQ

Versioned JavaDocs for Apache ActiveMQ could be found at

http://activemq.apache.org/maven/x.y.z/apidocs/index.html kind of url, where x.y.z is broker version you're looking for.

For example http://activemq.apache.org/maven/5.12.1/apidocs/index.html contains JavaDocs for 5.12.0.

Other JavaDocs

CMS and C++ Documentation

NMS and C# Documentation