Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 5FA5D200C2C for ; Fri, 3 Mar 2017 13:23:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 55C1D160B6D; Fri, 3 Mar 2017 12:23:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id ACC65160B57 for ; Fri, 3 Mar 2017 13:23:20 +0100 (CET) Received: (qmail 59902 invoked by uid 500); 3 Mar 2017 12:23:19 -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 59893 invoked by uid 99); 3 Mar 2017 12:23:19 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Mar 2017 12:23:19 +0000 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 044A53A086E for ; Fri, 3 Mar 2017 12:23:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1007627 - in /websites/production/activemq/content: activemq-5144-release.html cache/main.pageCache download.html index.html overview.html Date: Fri, 03 Mar 2017 12:23:18 -0000 To: commits@activemq.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170303122319.044A53A086E@svn01-us-west.apache.org> archived-at: Fri, 03 Mar 2017 12:23:22 -0000 Author: buildbot Date: Fri Mar 3 12:23:18 2017 New Revision: 1007627 Log: Production update by buildbot for activemq Added: websites/production/activemq/content/activemq-5144-release.html Modified: websites/production/activemq/content/cache/main.pageCache websites/production/activemq/content/download.html websites/production/activemq/content/index.html websites/production/activemq/content/overview.html Added: websites/production/activemq/content/activemq-5144-release.html ============================================================================== --- websites/production/activemq/content/activemq-5144-release.html (added) +++ websites/production/activemq/content/activemq-5144-release.html Fri Mar 3 12:23:18 2017 @@ -0,0 +1,194 @@ + + + + + + + + + + + + + + + + + + + + + + Apache ActiveMQ ™ -- ActiveMQ 5.14.4 Release + + + +
+
+
+
+
+
+
+
+
+
+
+ + +

+

+

+ + + + + + + + + +
+

 

ActiveMQ 5.14.4 Release

Apache ActiveMQ 5.14.4 includes several resolved issues and bug fixes.

Getting the Binary Distributions

Description

Download Link

Verify

Windows Distribution

apache-activemq-5.14.4-bin.zip

ASC, MD5, SHA1

Unix/Linux/Cygwin Distribution

apache-activemq-5.14.4-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 3

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.14.4</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.14.4-source-release.zip

Git Tag

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

Change Log

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

This release affects applications using ObjectMessages. Please refer to http://activemq.apache.org/objectmessage.html and + + AMQ-6013 + for more information.

 

 

Also see the previous ActiveMQ 5.14.3 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/download.html ============================================================================== --- websites/production/activemq/content/download.html (original) +++ websites/production/activemq/content/download.html Fri Mar 3 12:23:18 2017 @@ -72,7 +72,7 @@ -

Latest Releases

The latest stable release is the ActiveMQ 5.14.3 Release

Getting past releases

See the Download Archives for all time releases.

Releases In Progress

+

Latest Releases

The latest stable release is the ActiveMQ 5.14.4 Release

Getting past releases

See the Download Archives for all time releases.

Releases In Progress

The following releases are currently in progress

Maven Repositories

All ActiveMQ releases are available from the Maven central repository.

 

Modified: websites/production/activemq/content/index.html ============================================================================== --- websites/production/activemq/content/index.html (original) +++ websites/production/activemq/content/index.html Fri Mar 3 12:23:18 2017 @@ -72,7 +72,7 @@ -

Download ActiveMQ 5.14.3 Today!

Apache ActiveMQ ™ is the most popular and powerful open source messaging and Integration Patterns server.

Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License

Grab yourself a Download, try our Getting Started Guide, surf our FAQ or start Contributing and join us on our Discussion Forums.

Features

  • Supports a variety of Cross Language Clients and Protocols from Java, C, C++, C#, Ruby, Perl, Python, PHP
    • OpenWire for high performance clients in Java, C, C++, C#
    • Stomp support so that clients can be written easily in C, Ruby, Perl, Python, PHP, ActionScript/Flash, Smalltalk to talk to ActiveMQ as well as any other popular Message Broker
    • AMQP v1.0 support
    • MQTT v3.1 support allowing for connections in an IoT environment.
  • full support for the Enterprise Integration Patterns both in the JMS client and the Message Broker
  • Supports many advanced features such as Message Groups, Virtual Destinations, Wildcards and Composite Destinations
  • Fully supports JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging
  • Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Spring's XML configuration mechanism
  • Tested inside popular J2EE servers such as TomEE, Geronimo, JBoss, GlassFish and WebLogic
    • Includes JCA 1.5 resource adaptors for inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server
  • Supports pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports
  • Supports very fast persistence using JDBC along with a high performance journal
  • Designed for high performance clustering, client-server, peer based communication
  • REST API to provide technology agnostic and language neutral web based API to messaging
  • Ajax to support web streaming support to web browsers using pure DHTML, allowing web browsers to be part of the messaging fabric
  • CXF and Axis Support so that ActiveMQ can be easily dropped into either of these web service stacks to provide reliable messaging
  • Can be used as an in memory JMS provider, ideal for unit testing JMS

News

+

Download ActiveMQ 5.14.4 Today!

Apache ActiveMQ ™ is the most popular and powerful open source messaging and Integration Patterns server.

Apache ActiveMQ is fast, supports many Cross Language Clients and Protocols, comes with easy to use Enterprise Integration Patterns and many advanced features while fully supporting JMS 1.1 and J2EE 1.4. Apache ActiveMQ is released under the Apache 2.0 License

Grab yourself a Download, try our Getting Started Guide, surf our FAQ or start Contributing and join us on our Discussion Forums.

Features

  • Supports a variety of Cross Language Clients and Protocols from Java, C, C++, C#, Ruby, Perl, Python, PHP
    • OpenWire for high performance clients in Java, C, C++, C#
    • Stomp support so that clients can be written easily in C, Ruby, Perl, Python, PHP, ActionScript/Flash, Smalltalk to talk to ActiveMQ as well as any other popular Message Broker
    • AMQP v1.0 support
    • MQTT v3.1 support allowing for connections in an IoT environment.
  • full support for the Enterprise Integration Patterns both in the JMS client and the Message Broker
  • Supports many advanced features such as Message Groups, Virtual Destinations, Wildcards and Composite Destinations
  • Fully supports JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging
  • Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Spring's XML configuration mechanism
  • Tested inside popular J2EE servers such as TomEE, Geronimo, JBoss, GlassFish and WebLogic
    • Includes JCA 1.5 resource adaptors for inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server
  • Supports pluggable transport protocols such as in-VM, TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports
  • Supports very fast persistence using JDBC along with a high performance journal
  • Designed for high performance clustering, client-server, peer based communication
  • REST API to provide technology agnostic and language neutral web based API to messaging
  • Ajax to support web streaming support to web browsers using pure DHTML, allowing web browsers to be part of the messaging fabric
  • CXF and Axis Support so that ActiveMQ can be easily dropped into either of these web service stacks to provide reliable messaging
  • Can be used as an in memory JMS provider, ideal for unit testing JMS

News

Modified: websites/production/activemq/content/overview.html ============================================================================== --- websites/production/activemq/content/overview.html (original) +++ websites/production/activemq/content/overview.html Fri Mar 3 12:23:18 2017 @@ -72,7 +72,7 @@ -

+