From commits-return-62407-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Tue Jan 5 15:15:17 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id A7AF5180634 for ; Tue, 5 Jan 2021 16:15:17 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id DFBBC438FF for ; Tue, 5 Jan 2021 15:15:16 +0000 (UTC) Received: (qmail 96369 invoked by uid 500); 5 Jan 2021 15:15:16 -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 96360 invoked by uid 99); 5 Jan 2021 15:15:16 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Jan 2021 15:15:16 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 2B65B81F9F; Tue, 5 Jan 2021 15:15:16 +0000 (UTC) Date: Tue, 05 Jan 2021 15:15:15 +0000 To: "commits@activemq.apache.org" Subject: [activemq] branch master updated: README and minor code fix (#598) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160985971590.18945.7812675286111750117@gitbox.apache.org> From: jbonofre@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: activemq X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: abc3ca7c3e02953de9aa4fc9516db5f9aabcd3c7 X-Git-Newrev: 9d220c286dcf3d5035460510d6c36ddbade0f897 X-Git-Rev: 9d220c286dcf3d5035460510d6c36ddbade0f897 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/activemq.git The following commit(s) were added to refs/heads/master by this push: new 9d220c2 README and minor code fix (#598) 9d220c2 is described below commit 9d220c286dcf3d5035460510d6c36ddbade0f897 Author: Marcono1234 AuthorDate: Tue Jan 5 16:15:04 2021 +0100 README and minor code fix (#598) Fix README link and cleanups --- README.md | 18 +++++++++--------- .../org/apache/activemq/broker/BrokerBenchmark.java | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c3d9e32..42e9917 100755 --- a/README.md +++ b/README.md @@ -8,20 +8,20 @@ Getting Started To help you get started, try the following links: Getting Started -- http://activemq.apache.org/version-5-getting-started.html +- https://activemq.apache.org/version-5-getting-started.html Building -- http://activemq.apache.org/version-5-getting-started.html#GettingStarted-WindowsSourceInstallation -- http://activemq.apache.org/version-5-getting-started.html#GettingStarted-UnixSourceInstallation +- [Windows](https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-windows) +- [Unix](https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-unix) Examples -- http://activemq.apache.org/examples.html +- https://activemq.apache.org/examples.html We welcome contributions of all kinds, for details of how you can help -http://activemq.apache.org/contributing.html +https://activemq.apache.org/contributing.html Please refer to the website for details of finding the issue tracker, -email lists, wiki or IRC channel at http://activemq.apache.org/ +email lists, wiki or IRC channel at https://activemq.apache.org/ Please help us make Apache ActiveMQ better - we appreciate any feedback you may have. @@ -32,7 +32,7 @@ Licensing ======================================================================= This software is licensed under the terms you may find in the file - named "LICENSE" in this directory. + named "[LICENSE](./LICENSE)" in this directory. This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, @@ -40,7 +40,7 @@ Licensing encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to - see if this is permitted. See for more + see if this is permitted. See for more information. The U.S. Government Department of Commerce, Bureau of Industry and @@ -58,6 +58,6 @@ Licensing ActiveMQ supports the use of SSL TCP connections when used with with a JVM supporting the Java Cryptography extensions - . + . ActiveMQ does not include these libraries itself, but is designed to use them. diff --git a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerBenchmark.java b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerBenchmark.java index 3e154f9..55dc0fe 100644 --- a/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerBenchmark.java +++ b/activemq-unit-tests/src/test/java/org/apache/activemq/broker/BrokerBenchmark.java @@ -121,7 +121,7 @@ public class BrokerBenchmark extends BrokerTestSupport { if (msg != null) { connection.send(createAck(consumerInfo, msg, counter, MessageAck.STANDARD_ACK_TYPE)); } else if (receiveCounter.get() < consumeCount) { - LOG.info("Consumer stall, waiting for message #" + receiveCounter.get() + 1); + LOG.info("Consumer stall, waiting for message #" + (receiveCounter.get() + 1)); } }