You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/08/10 19:53:01 UTC

activemq-artemis git commit: ARTEMIS-674 simplifying example list

Repository: activemq-artemis
Updated Branches:
  refs/heads/master d07e60de8 -> b7e5cc484


ARTEMIS-674 simplifying example list


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b7e5cc48
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b7e5cc48
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b7e5cc48

Branch: refs/heads/master
Commit: b7e5cc48456dea530e8027bedb3a6ca73b18cc6c
Parents: d07e60d
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Aug 10 15:52:48 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Aug 10 15:52:48 2016 -0400

----------------------------------------------------------------------
 docs/user-manual/en/examples.md | 25 ++++++-------------------
 1 file changed, 6 insertions(+), 19 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b7e5cc48/docs/user-manual/en/examples.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/examples.md b/docs/user-manual/en/examples.md
index fca4653..e559f87 100644
--- a/docs/user-manual/en/examples.md
+++ b/docs/user-manual/en/examples.md
@@ -196,6 +196,12 @@ server-out:17:30:27,476 INFO  [org.apache.activemq.artemis.core.server] AMQ22100
 [INFO] ------------------------------------------------------------------------
 ```
 
+
+List
+====
+
+This includes a preview list of a few examples that we distribute with Artemis. Please refer to the distribution for a more accurate list.
+
 Applet
 ------
 
@@ -667,20 +673,6 @@ The `producer-rte-limit` example demonstrates how, with Apache ActiveMQ Artemis,
 can specify a maximum send rate at which a JMS message producer will
 send messages.
 
-Proton Qpid
------------
-
-Apache ActiveMQ Artemis can be configured to accept requests from any AMQP client that
-supports the 1.0 version of the protocol. This `proton-j` example shows
-a simply qpid java 1.0 client example.
-
-Proton Ruby
------------
-
-Apache ActiveMQ Artemis can be configured to accept requests from any AMQP client that
-supports the 1.0 version of the protocol. This example shows a simply
-proton ruby client that sends and receives messages
-
 Queue
 -----
 
@@ -745,11 +737,6 @@ Request-Reply example
 
 A simple example showing the JMS request-response pattern.
 
-Rest example
-------------
-
-An example showing how to use the Apache ActiveMQ Artemis Rest API
-
 Scheduled Message
 -----------------