From 5054779f8337943e820f0265aa872e977c952b49 Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Tue, 3 Mar 2015 16:41:50 +0000 Subject: [PATCH] Move examples to distro root --- .../src/main/resources/index.html | 97 +-------------- .../activemq/src/main/assembly/dep.xml | 2 +- .../activemq/src/main/resources/README.html | 8 +- .../src/main/resources/examples/index.html | 113 ++++++++++++++++++ 4 files changed, 120 insertions(+), 100 deletions(-) create mode 100644 distribution/activemq/src/main/resources/examples/index.html diff --git a/activemq-website/src/main/resources/index.html b/activemq-website/src/main/resources/index.html index f86a64325e..80cc202150 100644 --- a/activemq-website/src/main/resources/index.html +++ b/activemq-website/src/main/resources/index.html @@ -55,102 +55,7 @@
diff --git a/distribution/activemq/src/main/assembly/dep.xml b/distribution/activemq/src/main/assembly/dep.xml index 22f7434dfa..a30c3b6caf 100644 --- a/distribution/activemq/src/main/assembly/dep.xml +++ b/distribution/activemq/src/main/assembly/dep.xml @@ -136,7 +136,7 @@ ${activemq.basedir}/examples - web/examples + examples keep **/target/** diff --git a/distribution/activemq/src/main/resources/README.html b/distribution/activemq/src/main/resources/README.html index 653487fcb4..3040d1a489 100644 --- a/distribution/activemq/src/main/resources/README.html +++ b/distribution/activemq/src/main/resources/README.html @@ -22,7 +22,7 @@ under the License. - HornetQ 2.4.1.Final Release Notes + Apache ActiveMQ README @@ -57,9 +57,11 @@ $ activemq stop

Documentation

-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 ActiveMQ broker website.

+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 Apache ActiveMQ.

+ +The examples are shipped inside the distribution folder under "examples": Apache ActiveMQ Examples.

Release Notes - ActiveMQ 6.0.0

-The ActiveMQ 6.0.0 release notes can be found in the ActiveMQ project JIRA. +The ActiveMQ 6.0.0 release notes can be found in the Apache ActiveMQ project JIRA. diff --git a/distribution/activemq/src/main/resources/examples/index.html b/distribution/activemq/src/main/resources/examples/index.html new file mode 100644 index 0000000000..7269c4164f --- /dev/null +++ b/distribution/activemq/src/main/resources/examples/index.html @@ -0,0 +1,113 @@ + + +

Apache ActiveMQ Examples

+

JMS Examples

+
    +
  1. AeroGear Example
  2. +
  3. Applet Example
  4. +
  5. Application-Layer Failover Example
  6. +
  7. Core Bridge Example
  8. +
  9. JMS QueueBrowser Example
  10. +
  11. Client Kickoff Example
  12. +
  13. Client Side FailoverListener Example
  14. +
  15. JMS Client-Side Load-Balancing Example
  16. +
  17. JMS Durable Subscription Example
  18. +
  19. JMS Clustered Grouping Example
  20. +
  21. ActiveMQ Clustering with JGroups Example
  22. +
  23. JMS Load Balanced Clustered Queue Example
  24. +
  25. JMS Clustered Stand-alone Example
  26. +
  27. JMS Load Balanced Static Clustered Queue Example
  28. +
  29. JMS Load Balanced Static Clustered One Way Queue Example
  30. +
  31. JMS Clustered Topic Example
  32. +
  33. JMS Colocated Failover Shared Store Example
  34. +
  35. JMS Colocated Failover Recover Only Example
  36. +
  37. JMS Message Consumer Rate Limiting Example
  38. +
  39. Dead Letter Example
  40. +
  41. Delayed Redelivery Example
  42. +
  43. Divert Example
  44. +
  45. JMS Durable Subscription Example
  46. +
  47. Embedded JMS Server Example
  48. +
  49. Embedded JMS Server Example
  50. +
  51. JMS Expiration Example
  52. +
  53. Auto-backup Example
  54. +
  55. JMS HTTP Example
  56. +
  57. JMS Instantiate Connection Factory Example
  58. +
  59. JMS Interceptor Example
  60. +
  61. JMS Auto Closable Example
  62. +
  63. JMS Bridge Example
  64. +
  65. JMS Completion Listener Example
  66. +
  67. JMS Context Example
  68. +
  69. JMS Shared Consumer Example
  70. +
  71. JMX Management Example
  72. +
  73. Large Message Example
  74. +
  75. Last-Value Queue Example
  76. +
  77. Management Example
  78. +
  79. Management Notification Example
  80. +
  81. JMS Message Counter Example
  82. +
  83. Message Group Example
  84. +
  85. Message Group Example
  86. +
  87. JMS Message Priority Example
  88. +
  89. Multiple Fail-over Example
  90. +
  91. Multiple Fail-over/Fail-back Example
  92. +
  93. No Consumer Buffering Example
  94. +
  95. JMS Failover Without Transactions Example
  96. +
  97. JMS OpenWire Example
  98. +
  99. Paging Example
  100. +
  101. JMS Simple Performance Example
  102. +
  103. JMS Pre-Acknowledge Example
  104. +
  105. JMS Message Producer Rate Example
  106. +
  107. AMQP CPP Example
  108. +
  109. Proton qpid java Example
  110. +
  111. Proton Ruby Example
  112. +
  113. JMS Queue Example
  114. +
  115. Message Redistribution Example
  116. +
  117. JMS QueueRequestor Example
  118. +
  119. JMS Queue Selector Example
  120. +
  121. JMS Reattach Example
  122. +
  123. JMS Multiple Failover using Replication Example
  124. +
  125. JMS Multiple Failover using Replication Example
  126. +
  127. JMS Multiple Failover using Replication Example
  128. +
  129. JMS Failover With Transaction using Replication Example
  130. +
  131. JMS Request-Reply Example
  132. +
  133. JMS Colocated Failover Shared Store Example
  134. +
  135. JMS Scheduled Message Example
  136. +
  137. JMS Security Example
  138. +
  139. Asynchronous Send Acknowledgements Example
  140. +
  141. ActiveMQ Spring Example Example
  142. +
  143. JMS SSL Example
  144. +
  145. Static Message Selector Example
  146. +
  147. Static Message Selector Example
  148. +
  149. Stomp Example
  150. +
  151. Stomp 1.1 Example
  152. +
  153. Stomp 1.2 Example
  154. +
  155. Stomp WebSockets Example
  156. +
  157. JMS Failover Without Transactions Example
  158. +
  159. JMS Symmetric Cluster Example
  160. +
  161. JMS Temporary Queue Example
  162. +
  163. JMS Topic Example
  164. +
  165. Topic Hierarchy Example
  166. +
  167. JMS Topic Selector Example 1 Example
  168. +
  169. JMS Topic Selector Example 2 Example
  170. +
  171. JMS Failover With Transaction Example
  172. +
  173. JMS Transactional Session Example
  174. +
  175. JMS XA Heuristic Example
  176. +
  177. JMS XA Receive Example
  178. +
  179. JMS XA Send Example
  180. +