This closes #137 - moving examples to root
This commit is contained in:
commit
d8ee331a5c
|
@ -55,102 +55,7 @@
|
|||
<ul>
|
||||
<li><a target="_blank" href="api/index.html">API</a></li>
|
||||
<li><a target="_blank" href="user-manual/index.html">User Manual</a></li>
|
||||
<li>Examples:</a></li>
|
||||
<ul>
|
||||
<li>JMS:</li>
|
||||
<ol>
|
||||
<li><a href="examples/jms/aerogear/readme.html">AeroGear Example</a></li>
|
||||
<li><a href="examples/jms/applet/readme.html">Applet Example</a></li>
|
||||
<li><a href="examples/jms/application-layer-failover/readme.html">Application-Layer Failover Example</a></li>
|
||||
<li><a href="examples/jms/bridge/readme.html">Core Bridge Example</a></li>
|
||||
<li><a href="examples/jms/browser/readme.html">JMS QueueBrowser Example</a></li>
|
||||
<li><a href="examples/jms/client-kickoff/readme.html">Client Kickoff Example</a></li>
|
||||
<li><a href="examples/jms/client-side-failoverlistener/readme.html">Client Side FailoverListener Example</a></li>
|
||||
<li><a href="examples/jms/client-side-load-balancing/readme.html">JMS Client-Side Load-Balancing Example</a></li>
|
||||
<li><a href="examples/jms/clustered-durable-subscription/readme.html">JMS Durable Subscription Example</a></li>
|
||||
<li><a href="examples/jms/clustered-grouping/readme.html">JMS Clustered Grouping Example</a></li>
|
||||
<li><a href="examples/jms/clustered-jgroups/readme.html">ActiveMQ Clustering with JGroups Example</a></li>
|
||||
<li><a href="examples/jms/clustered-queue/readme.html">JMS Load Balanced Clustered Queue Example</a></li>
|
||||
<li><a href="examples/jms/clustered-standalone/readme.html">JMS Clustered Stand-alone Example</a></li>
|
||||
<li><a href="examples/jms/clustered-static-discovery/readme.html">JMS Load Balanced Static Clustered Queue Example</a></li>
|
||||
<li><a href="examples/jms/clustered-static-oneway/readme.html">JMS Load Balanced Static Clustered One Way Queue Example</a></li>
|
||||
<li><a href="examples/jms/clustered-topic/readme.html">JMS Clustered Topic Example</a></li>
|
||||
<li><a href="examples/jms/colocated-failover/readme.html">JMS Colocated Failover Shared Store Example</a></li>
|
||||
<li><a href="examples/jms/colocated-failover-scale-down/readme.html">JMS Colocated Failover Recover Only Example</a></li>
|
||||
<li><a href="examples/jms/consumer-rate-limit/readme.html">JMS Message Consumer Rate Limiting Example</a></li>
|
||||
<li><a href="examples/jms/dead-letter/readme.html">Dead Letter Example</a></li>
|
||||
<li><a href="examples/jms/delayed-redelivery/readme.html">Delayed Redelivery Example</a></li>
|
||||
<li><a href="examples/jms/divert/readme.html">Divert Example</a></li>
|
||||
<li><a href="examples/jms/durable-subscription/readme.html">JMS Durable Subscription Example</a></li>
|
||||
<li><a href="examples/jms/embedded/readme.html">Embedded JMS Server Example</a></li>
|
||||
<li><a href="examples/jms/embedded-simple/readme.html">Embedded JMS Server Example</a></li>
|
||||
<li><a href="examples/jms/expiry/readme.html">JMS Expiration Example</a></li>
|
||||
<li><a href="examples/jms/ha-policy-autobackup/readme.html">Auto-backup Example</a></li>
|
||||
<li><a href="examples/jms/http-transport/readme.html">JMS HTTP Example</a></li>
|
||||
<li><a href="examples/jms/instantiate-connection-factory/readme.html">JMS Instantiate Connection Factory Example</a></li>
|
||||
<li><a href="examples/jms/interceptor/readme.html">JMS Interceptor Example</a></li>
|
||||
<li><a href="examples/jms/jms-auto-closeable/readme.html">JMS Auto Closable Example</a></li>
|
||||
<li><a href="examples/jms/jms-bridge/readme.html">JMS Bridge Example</a></li>
|
||||
<li><a href="examples/jms/jms-completion-listener/readme.html">JMS Completion Listener Example</a></li>
|
||||
<li><a href="examples/jms/jms-context/readme.html">JMS Context Example</a></li>
|
||||
<li><a href="examples/jms/jms-shared-consumer/readme.html">JMS Shared Consumer Example</a></li>
|
||||
<li><a href="examples/jms/jmx/readme.html">JMX Management Example</a></li>
|
||||
<li><a href="examples/jms/large-message/readme.html">Large Message Example</a></li>
|
||||
<li><a href="examples/jms/last-value-queue/readme.html">Last-Value Queue Example</a></li>
|
||||
<li><a href="examples/jms/management/readme.html">Management Example</a></li>
|
||||
<li><a href="examples/jms/management-notifications/readme.html">Management Notification Example</a></li>
|
||||
<li><a href="examples/jms/message-counters/readme.html">JMS Message Counter Example</a></li>
|
||||
<li><a href="examples/jms/message-group/readme.html">Message Group Example</a></li>
|
||||
<li><a href="examples/jms/message-group2/readme.html">Message Group Example</a></li>
|
||||
<li><a href="examples/jms/message-priority/readme.html">JMS Message Priority Example</a></li>
|
||||
<li><a href="examples/jms/multiple-failover/readme.html">Multiple Fail-over Example</a></li>
|
||||
<li><a href="examples/jms/multiple-failover-failback/readme.html">Multiple Fail-over/Fail-back Example</a></li>
|
||||
<li><a href="examples/jms/no-consumer-buffering/readme.html">No Consumer Buffering Example</a></li>
|
||||
<li><a href="examples/jms/non-transaction-failover/readme.html">JMS Failover Without Transactions Example</a></li>
|
||||
<li><a href="examples/jms/openwire/readme.html">JMS OpenWire Example</a></li>
|
||||
<li><a href="examples/jms/paging/readme.html">Paging Example</a></li>
|
||||
<li><a href="examples/jms/perf/readme.html">JMS Simple Performance Example</a></li>
|
||||
<li><a href="examples/jms/pre-acknowledge/readme.html">JMS Pre-Acknowledge Example</a></li>
|
||||
<li><a href="examples/jms/producer-rate-limit/readme.html">JMS Message Producer Rate Example</a></li>
|
||||
<li><a href="examples/jms/proton-cpp/readme.html">AMQP CPP Example</a></li>
|
||||
<li><a href="examples/jms/proton-j/readme.html">Proton qpid java Example</a></li>
|
||||
<li><a href="examples/jms/proton-ruby/readme.html">Proton Ruby Example</a></li>
|
||||
<li><a href="examples/jms/queue/readme.html">JMS Queue Example</a></li>
|
||||
<li><a href="examples/jms/queue-message-redistribution/readme.html">Message Redistribution Example</a></li>
|
||||
<li><a href="examples/jms/queue-requestor/readme.html">JMS QueueRequestor Example</a></li>
|
||||
<li><a href="examples/jms/queue-selector/readme.html">JMS Queue Selector Example</a></li>
|
||||
<li><a href="examples/jms/reattach-node/readme.html">JMS Reattach Example</a></li>
|
||||
<li><a href="examples/jms/replicated-failback/readme.html">JMS Multiple Failover using Replication Example</a></li>
|
||||
<li><a href="examples/jms/replicated-failback-static/readme.html">JMS Multiple Failover using Replication Example</a></li>
|
||||
<li><a href="examples/jms/replicated-multiple-failover/readme.html">JMS Multiple Failover using Replication Example</a></li>
|
||||
<li><a href="examples/jms/replicated-transaction-failover/readme.html">JMS Failover With Transaction using Replication Example</a></li>
|
||||
<li><a href="examples/jms/request-reply/readme.html">JMS Request-Reply Example</a></li>
|
||||
<li><a href="examples/jms/scale-down/readme.html">JMS Colocated Failover Shared Store Example</a></li>
|
||||
<li><a href="examples/jms/scheduled-message/readme.html">JMS Scheduled Message Example</a></li>
|
||||
<li><a href="examples/jms/security/readme.html">JMS Security Example</a></li>
|
||||
<li><a href="examples/jms/send-acknowledgements/readme.html">Asynchronous Send Acknowledgements Example</a></li>
|
||||
<li><a href="examples/jms/spring-integration/readme.html">ActiveMQ Spring Example Example</a></li>
|
||||
<li><a href="examples/jms/ssl-enabled/readme.html">JMS SSL Example</a></li>
|
||||
<li><a href="examples/jms/static-selector/readme.html">Static Message Selector Example</a></li>
|
||||
<li><a href="examples/jms/static-selector-jms/readme.html">Static Message Selector Example</a></li>
|
||||
<li><a href="examples/jms/stomp/readme.html">Stomp Example</a></li>
|
||||
<li><a href="examples/jms/stomp1.1/readme.html">Stomp 1.1 Example</a></li>
|
||||
<li><a href="examples/jms/stomp1.2/readme.html">Stomp 1.2 Example</a></li>
|
||||
<li><a href="examples/jms/stomp-websockets/readme.html">Stomp WebSockets Example</a></li>
|
||||
<li><a href="examples/jms/stop-server-failover/readme.html">JMS Failover Without Transactions Example</a></li>
|
||||
<li><a href="examples/jms/symmetric-cluster/readme.html">JMS Symmetric Cluster Example</a></li>
|
||||
<li><a href="examples/jms/temp-queue/readme.html">JMS Temporary Queue Example</a></li>
|
||||
<li><a href="examples/jms/topic/readme.html">JMS Topic Example</a></li>
|
||||
<li><a href="examples/jms/topic-hierarchies/readme.html">Topic Hierarchy Example</a></li>
|
||||
<li><a href="examples/jms/topic-selector-example1/readme.html">JMS Topic Selector Example 1 Example</a></li>
|
||||
<li><a href="examples/jms/topic-selector-example2/readme.html">JMS Topic Selector Example 2 Example</a></li>
|
||||
<li><a href="examples/jms/transaction-failover/readme.html">JMS Failover With Transaction Example</a></li>
|
||||
<li><a href="examples/jms/transactional/readme.html">JMS Transactional Session Example</a></li>
|
||||
<li><a href="examples/jms/xa-heuristic/readme.html">JMS XA Heuristic Example</a></li>
|
||||
<li><a href="examples/jms/xa-receive/readme.html">JMS XA Receive Example</a></li>
|
||||
<li><a href="examples/jms/xa-send/readme.html">JMS XA Send Example</a></li>
|
||||
</ol>
|
||||
</ul>
|
||||
<li><a href="../examples/index.html">Examples</a></li>
|
||||
</ul>
|
||||
<div></div>
|
||||
</div>
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
</fileSet>
|
||||
<fileSet>
|
||||
<directory>${activemq.basedir}/examples</directory>
|
||||
<outputDirectory>web/examples</outputDirectory>
|
||||
<outputDirectory>examples</outputDirectory>
|
||||
<lineEnding>keep</lineEnding>
|
||||
<excludes>
|
||||
<exclude>**/target/**</exclude>
|
||||
|
|
|
@ -22,7 +22,7 @@ under the License.
|
|||
<head>
|
||||
<meta content="text/html; charset=ISO-8859-1"
|
||||
http-equiv="content-type">
|
||||
<title>HornetQ 2.4.1.Final Release Notes</title>
|
||||
<title>Apache ActiveMQ README</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
@ -57,9 +57,11 @@ $ activemq stop</br></br>
|
|||
|
||||
<h2>Documentation</h2>
|
||||
|
||||
The broker comes shipped with an in depth user manual and a bunch of examples to help you get started. These are all accessible from the broker website. Start the broker then navigate to the <a href=" http://localhost:8161/">ActiveMQ broker website</a>.</br></br>
|
||||
The broker comes shipped with an in depth user manual and a bunch of examples to help you get started. The manual is accessible from the broker website. Start the broker then navigate to the <a href="http://localhost:8161">Apache ActiveMQ</a>.</br></br>
|
||||
|
||||
The examples are shipped inside the distribution folder under "examples": <a href="./examples/index.html">Apache ActiveMQ Examples</a>.</br></br>
|
||||
|
||||
<h2>Release Notes - ActiveMQ 6.0.0</h2>
|
||||
|
||||
The ActiveMQ 6.0.0 release notes can be found in the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12328953">ActiveMQ project JIRA</a>.
|
||||
The ActiveMQ 6.0.0 release notes can be found in the <a href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12315920&version=12328953">Apache ActiveMQ project JIRA</a>.
|
||||
|
||||
|
|
|
@ -0,0 +1,113 @@
|
|||
<!--
|
||||
Licensed to the Apache Software Foundation (ASF) under one
|
||||
or more contributor license agreements. See the NOTICE file
|
||||
distributed with this work for additional information
|
||||
regarding copyright ownership. The ASF licenses this file
|
||||
to you under the Apache License, Version 2.0 (the
|
||||
"License"); you may not use this file except in compliance
|
||||
with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing,
|
||||
software distributed under the License is distributed on an
|
||||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||
KIND, either express or implied. See the License for the
|
||||
specific language governing permissions and limitations
|
||||
under the License.
|
||||
-->
|
||||
|
||||
<h1>Apache ActiveMQ Examples</h1>
|
||||
<h2>JMS Examples</h2>
|
||||
<ol>
|
||||
<li><a href="./jms/aerogear/readme.html">AeroGear Example</a></li>
|
||||
<li><a href="./jms/applet/readme.html">Applet Example</a></li>
|
||||
<li><a href="./jms/application-layer-failover/readme.html">Application-Layer Failover Example</a></li>
|
||||
<li><a href="./jms/bridge/readme.html">Core Bridge Example</a></li>
|
||||
<li><a href="./jms/browser/readme.html">JMS QueueBrowser Example</a></li>
|
||||
<li><a href="./jms/client-kickoff/readme.html">Client Kickoff Example</a></li>
|
||||
<li><a href="./jms/client-side-failoverlistener/readme.html">Client Side FailoverListener Example</a></li>
|
||||
<li><a href="./jms/client-side-load-balancing/readme.html">JMS Client-Side Load-Balancing Example</a></li>
|
||||
<li><a href="./jms/clustered-durable-subscription/readme.html">JMS Durable Subscription Example</a></li>
|
||||
<li><a href="./jms/clustered-grouping/readme.html">JMS Clustered Grouping Example</a></li>
|
||||
<li><a href="./jms/clustered-jgroups/readme.html">ActiveMQ Clustering with JGroups Example</a></li>
|
||||
<li><a href="./jms/clustered-queue/readme.html">JMS Load Balanced Clustered Queue Example</a></li>
|
||||
<li><a href="./jms/clustered-standalone/readme.html">JMS Clustered Stand-alone Example</a></li>
|
||||
<li><a href="./jms/clustered-static-discovery/readme.html">JMS Load Balanced Static Clustered Queue Example</a></li>
|
||||
<li><a href="./jms/clustered-static-oneway/readme.html">JMS Load Balanced Static Clustered One Way Queue Example</a></li>
|
||||
<li><a href="./jms/clustered-topic/readme.html">JMS Clustered Topic Example</a></li>
|
||||
<li><a href="./jms/colocated-failover/readme.html">JMS Colocated Failover Shared Store Example</a></li>
|
||||
<li><a href="./jms/colocated-failover-scale-down/readme.html">JMS Colocated Failover Recover Only Example</a></li>
|
||||
<li><a href="./jms/consumer-rate-limit/readme.html">JMS Message Consumer Rate Limiting Example</a></li>
|
||||
<li><a href="./jms/dead-letter/readme.html">Dead Letter Example</a></li>
|
||||
<li><a href="./jms/delayed-redelivery/readme.html">Delayed Redelivery Example</a></li>
|
||||
<li><a href="./jms/divert/readme.html">Divert Example</a></li>
|
||||
<li><a href="./jms/durable-subscription/readme.html">JMS Durable Subscription Example</a></li>
|
||||
<li><a href="./jms/embedded/readme.html">Embedded JMS Server Example</a></li>
|
||||
<li><a href="./jms/embedded-simple/readme.html">Embedded JMS Server Example</a></li>
|
||||
<li><a href="./jms/expiry/readme.html">JMS Expiration Example</a></li>
|
||||
<li><a href="./jms/ha-policy-autobackup/readme.html">Auto-backup Example</a></li>
|
||||
<li><a href="./jms/http-transport/readme.html">JMS HTTP Example</a></li>
|
||||
<li><a href="./jms/instantiate-connection-factory/readme.html">JMS Instantiate Connection Factory Example</a></li>
|
||||
<li><a href="./jms/interceptor/readme.html">JMS Interceptor Example</a></li>
|
||||
<li><a href="./jms/jms-auto-closeable/readme.html">JMS Auto Closable Example</a></li>
|
||||
<li><a href="./jms/jms-bridge/readme.html">JMS Bridge Example</a></li>
|
||||
<li><a href="./jms/jms-completion-listener/readme.html">JMS Completion Listener Example</a></li>
|
||||
<li><a href="./jms/jms-context/readme.html">JMS Context Example</a></li>
|
||||
<li><a href="./jms/jms-shared-consumer/readme.html">JMS Shared Consumer Example</a></li>
|
||||
<li><a href="./jms/jmx/readme.html">JMX Management Example</a></li>
|
||||
<li><a href="./jms/large-message/readme.html">Large Message Example</a></li>
|
||||
<li><a href="./jms/last-value-queue/readme.html">Last-Value Queue Example</a></li>
|
||||
<li><a href="./jms/management/readme.html">Management Example</a></li>
|
||||
<li><a href="./jms/management-notifications/readme.html">Management Notification Example</a></li>
|
||||
<li><a href="./jms/message-counters/readme.html">JMS Message Counter Example</a></li>
|
||||
<li><a href="./jms/message-group/readme.html">Message Group Example</a></li>
|
||||
<li><a href="./jms/message-group2/readme.html">Message Group Example</a></li>
|
||||
<li><a href="./jms/message-priority/readme.html">JMS Message Priority Example</a></li>
|
||||
<li><a href="./jms/multiple-failover/readme.html">Multiple Fail-over Example</a></li>
|
||||
<li><a href="./jms/multiple-failover-failback/readme.html">Multiple Fail-over/Fail-back Example</a></li>
|
||||
<li><a href="./jms/no-consumer-buffering/readme.html">No Consumer Buffering Example</a></li>
|
||||
<li><a href="./jms/non-transaction-failover/readme.html">JMS Failover Without Transactions Example</a></li>
|
||||
<li><a href="./jms/openwire/readme.html">JMS OpenWire Example</a></li>
|
||||
<li><a href="./jms/paging/readme.html">Paging Example</a></li>
|
||||
<li><a href="./jms/perf/readme.html">JMS Simple Performance Example</a></li>
|
||||
<li><a href="./jms/pre-acknowledge/readme.html">JMS Pre-Acknowledge Example</a></li>
|
||||
<li><a href="./jms/producer-rate-limit/readme.html">JMS Message Producer Rate Example</a></li>
|
||||
<li><a href="./jms/proton-cpp/readme.html">AMQP CPP Example</a></li>
|
||||
<li><a href="./jms/proton-j/readme.html">Proton qpid java Example</a></li>
|
||||
<li><a href="./jms/proton-ruby/readme.html">Proton Ruby Example</a></li>
|
||||
<li><a href="./jms/queue/readme.html">JMS Queue Example</a></li>
|
||||
<li><a href="./jms/queue-message-redistribution/readme.html">Message Redistribution Example</a></li>
|
||||
<li><a href="./jms/queue-requestor/readme.html">JMS QueueRequestor Example</a></li>
|
||||
<li><a href="./jms/queue-selector/readme.html">JMS Queue Selector Example</a></li>
|
||||
<li><a href="./jms/reattach-node/readme.html">JMS Reattach Example</a></li>
|
||||
<li><a href="./jms/replicated-failback/readme.html">JMS Multiple Failover using Replication Example</a></li>
|
||||
<li><a href="./jms/replicated-failback-static/readme.html">JMS Multiple Failover using Replication Example</a></li>
|
||||
<li><a href="./jms/replicated-multiple-failover/readme.html">JMS Multiple Failover using Replication Example</a></li>
|
||||
<li><a href="./jms/replicated-transaction-failover/readme.html">JMS Failover With Transaction using Replication Example</a></li>
|
||||
<li><a href="./jms/request-reply/readme.html">JMS Request-Reply Example</a></li>
|
||||
<li><a href="./jms/scale-down/readme.html">JMS Colocated Failover Shared Store Example</a></li>
|
||||
<li><a href="./jms/scheduled-message/readme.html">JMS Scheduled Message Example</a></li>
|
||||
<li><a href="./jms/security/readme.html">JMS Security Example</a></li>
|
||||
<li><a href="./jms/send-acknowledgements/readme.html">Asynchronous Send Acknowledgements Example</a></li>
|
||||
<li><a href="./jms/spring-integration/readme.html">ActiveMQ Spring Example Example</a></li>
|
||||
<li><a href="./jms/ssl-enabled/readme.html">JMS SSL Example</a></li>
|
||||
<li><a href="./jms/static-selector/readme.html">Static Message Selector Example</a></li>
|
||||
<li><a href="./jms/static-selector-jms/readme.html">Static Message Selector Example</a></li>
|
||||
<li><a href="./jms/stomp/readme.html">Stomp Example</a></li>
|
||||
<li><a href="./jms/stomp1.1/readme.html">Stomp 1.1 Example</a></li>
|
||||
<li><a href="./jms/stomp1.2/readme.html">Stomp 1.2 Example</a></li>
|
||||
<li><a href="./jms/stomp-websockets/readme.html">Stomp WebSockets Example</a></li>
|
||||
<li><a href="./jms/stop-server-failover/readme.html">JMS Failover Without Transactions Example</a></li>
|
||||
<li><a href="./jms/symmetric-cluster/readme.html">JMS Symmetric Cluster Example</a></li>
|
||||
<li><a href="./jms/temp-queue/readme.html">JMS Temporary Queue Example</a></li>
|
||||
<li><a href="./jms/topic/readme.html">JMS Topic Example</a></li>
|
||||
<li><a href="./jms/topic-hierarchies/readme.html">Topic Hierarchy Example</a></li>
|
||||
<li><a href="./jms/topic-selector-example1/readme.html">JMS Topic Selector Example 1 Example</a></li>
|
||||
<li><a href="./jms/topic-selector-example2/readme.html">JMS Topic Selector Example 2 Example</a></li>
|
||||
<li><a href="./jms/transaction-failover/readme.html">JMS Failover With Transaction Example</a></li>
|
||||
<li><a href="./jms/transactional/readme.html">JMS Transactional Session Example</a></li>
|
||||
<li><a href="./jms/xa-heuristic/readme.html">JMS XA Heuristic Example</a></li>
|
||||
<li><a href="./jms/xa-receive/readme.html">JMS XA Receive Example</a></li>
|
||||
<li><a href="./jms/xa-send/readme.html">JMS XA Send Example</a></li>
|
||||
</ol>
|
Loading…
Reference in New Issue