From commits-return-50725-archive-asf-public=cust-asf.ponee.io@qpid.apache.org Wed Dec 2 09:51:34 2020 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 C5146180643 for ; Wed, 2 Dec 2020 10:51:34 +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 1038946F4A for ; Wed, 2 Dec 2020 09:51:34 +0000 (UTC) Received: (qmail 11755 invoked by uid 500); 2 Dec 2020 09:51:33 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 11746 invoked by uid 99); 2 Dec 2020 09:51:33 -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; Wed, 02 Dec 2020 09:51:33 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 5BCBA81FE6; Wed, 2 Dec 2020 09:51:33 +0000 (UTC) Date: Wed, 02 Dec 2020 09:51:33 +0000 To: "commits@qpid.apache.org" Subject: [qpid-jms] branch master updated: NO-JIRA: some readme tweaks, also to prod the CI builds MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160690269331.12918.12990923085586636213@gitbox.apache.org> From: robbie@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: qpid-jms X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 8fea843e9b46457f4dda3b21b35c3c16558b723f X-Git-Newrev: 361263e6aebd8345c83db631d5ae20edb466f035 X-Git-Rev: 361263e6aebd8345c83db631d5ae20edb466f035 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. robbie pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-jms.git The following commit(s) were added to refs/heads/master by this push: new 361263e NO-JIRA: some readme tweaks, also to prod the CI builds 361263e is described below commit 361263e6aebd8345c83db631d5ae20edb466f035 Author: Robbie Gemmell AuthorDate: Wed Dec 2 09:48:18 2020 +0000 NO-JIRA: some readme tweaks, also to prod the CI builds --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2077ec7..5503089 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# QpidJMS +# Qpid JMS -The QpidJMS project provides a JMS based client that uses the AMQP v1.0 protocol. +[Qpid JMS](https://qpid.apache.org/components/jms/) is a JMS 2.0 client that uses +the AMQP 1.0 protocol, enabling it to interact with various AMQP 1.0 servers. Below are some quick pointers you might find useful. @@ -34,7 +35,8 @@ consult the README in the qpid-jms-examples module itself. ## Documentation -There is some basic documentation in the qpid-jms-docs module. +Documentation source can be found in the qpid-jms-docs module, with a published +version available on the [website](https://qpid.apache.org/components/jms/). ## Distribution assemblies --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org For additional commands, e-mail: commits-help@qpid.apache.org