From 1e9ac1bbc34a3ee028806d35b4c05f09b256e81f Mon Sep 17 00:00:00 2001 From: Martyn Taylor Date: Thu, 12 Mar 2015 18:04:04 +0000 Subject: [PATCH] Fixed broken links in docs and remove bad licenses --- README.md | 2 +- .../src/main/resources/licenses/base64.txt | 10 - .../src/main/resources/licenses/json.txt | 23 -- docs/README.html | 17 +- docs/user-manual/en/architecture.md | 2 +- docs/user-manual/en/configuration-index.md | 370 +++++++++--------- docs/user-manual/en/using-server.md | 4 +- 7 files changed, 192 insertions(+), 236 deletions(-) delete mode 100644 distribution/activemq/src/main/resources/licenses/base64.txt delete mode 100644 distribution/activemq/src/main/resources/licenses/json.txt diff --git a/README.md b/README.md index 3842e0cfc8..7666c3608c 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ After you installed brew you can install npm by: It is possible to build a distribution with out the manuals and javadocs if you dont have or want gitbook installed, simply run -```% mvn -Prelease distro``` +```% mvn package``` ## Tests diff --git a/distribution/activemq/src/main/resources/licenses/base64.txt b/distribution/activemq/src/main/resources/licenses/base64.txt deleted file mode 100644 index f3fa8d5628..0000000000 --- a/distribution/activemq/src/main/resources/licenses/base64.txt +++ /dev/null @@ -1,10 +0,0 @@ -For org.apache.activemq.utils.Base64 - -I am placing this code in the Public Domain. Do with it as you will. -This software comes with no guarantees or warranties but with -plenty of well-wishing instead! -Please visit http://iharder.net/base64 -periodically to check for updates or to contribute improvements. - -@author Robert Harder -@author rob@iharder.net \ No newline at end of file diff --git a/distribution/activemq/src/main/resources/licenses/json.txt b/distribution/activemq/src/main/resources/licenses/json.txt deleted file mode 100644 index 48966e0b8a..0000000000 --- a/distribution/activemq/src/main/resources/licenses/json.txt +++ /dev/null @@ -1,23 +0,0 @@ -For classes org.apache.activemq.utils.json.* - -Copyright (c) 2002 JSON.org - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -The Software shall be used for Good, not Evil. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file diff --git a/docs/README.html b/docs/README.html index e93c615882..95bed87a8b 100644 --- a/docs/README.html +++ b/docs/README.html @@ -22,23 +22,12 @@ under the License. - ActiveMQ 2.4.1.Final Release Notes + Apache ActiveMQ Release Notes -

Release Notes - ActiveMQ - Version 2.4.1 Final

+

Release Notes - Apache ActiveMQ 6.0.0

-
- -

22th January 2014

- -These are the release notes for ActiveMQ 2.4.1.Final

- -For full description of the contents please see the -ActiveMQ project JIRA.

- -2.4.1.Final is a patch release built on 2.4.0.Final. - -
+The Apache ActiveMQ 6.0.0 release notes can be found in the Apache ActiveMQ project JIRA. For more info on what this release has to offer please refer to the quick start guide or the user manual. Enjoy!! diff --git a/docs/user-manual/en/architecture.md b/docs/user-manual/en/architecture.md index 0290a9fc07..e1053a4cda 100644 --- a/docs/user-manual/en/architecture.md +++ b/docs/user-manual/en/architecture.md @@ -149,4 +149,4 @@ The stand-alone server architecture is shown in figure 3.3 below: ![ActiveMQ architecture3](images/architecture3.jpg) -For more information on server configuration files see [Server Configuration](server-configuration.md) +For more information on server configuration files see [Server Configuration](configuration-index.md) diff --git a/docs/user-manual/en/configuration-index.md b/docs/user-manual/en/configuration-index.md index c5b32befa4..05ff4a6243 100644 --- a/docs/user-manual/en/configuration-index.md +++ b/docs/user-manual/en/configuration-index.md @@ -36,7 +36,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - acceptors Sequence of <acceptor/> @@ -45,7 +45,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - acceptors.acceptor Complex element @@ -54,7 +54,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - acceptors.acceptor.name (attribute) xsd:string @@ -63,7 +63,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - acceptors.acceptor.factory-class xsd:string @@ -72,7 +72,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - acceptors.acceptor.param Complex element @@ -81,7 +81,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - acceptors.acceptor.param.key (required attribute) xsd:string @@ -90,7 +90,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - acceptors.acceptor.param.value (required attribute) xsd:string @@ -99,7 +99,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings Sequence of <address-setting/> @@ -108,7 +108,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting Complex element @@ -117,7 +117,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.match (required attribute) @@ -127,7 +127,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.dead-letter-address xsd:string @@ -136,7 +136,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.expiry-address xsd:string @@ -145,7 +145,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.expiry-delay xsd:long @@ -156,7 +156,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.redelivery-delay xsd:long @@ -165,7 +165,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.redelivery-delay-multiplier xsd:double @@ -174,7 +174,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.max-redelivery-delay xsd:long @@ -183,7 +183,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.max-delivery-attempts xsd:int @@ -192,7 +192,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.max-size-bytes + address-settings.address-setting.max-size-bytes xsd:long the maximum size (in bytes) to use in paging for an address (-1 means no limits) @@ -200,7 +200,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.page-size-bytes + address-settings.address-setting.page-size-bytes xsd:long the page size (in bytes) to use for an address @@ -208,7 +208,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.page-max-cache-size + address-settings.address-setting.page-max-cache-size xsd:int Number of paging files to cache in memory to avoid IO during paging navigation @@ -216,7 +216,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.address-full-policy DROP|FAIL|PAGE|BLOCK @@ -225,7 +225,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.message-counter-history-day-limit xsd:int @@ -234,7 +234,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.last-value-queue + address-settings.address-setting.last-value-queue xsd:boolean whether to treat the queue as a last value queue @@ -242,7 +242,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.redistribution-delay + address-settings.address-setting.redistribution-delay xsd:long how long (in ms) to wait after the last consumer is closed on a queue before redistributing messages. @@ -250,7 +250,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - address-settings.address-setting.send-to-dla-on-no-route xsd:boolean @@ -261,7 +261,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - allow-failback xsd:boolean @@ -273,7 +273,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - async-connection-execution-enabled xsd:boolean @@ -284,7 +284,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bindings-directory xsd:string @@ -293,7 +293,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges + bridges Sequence of <bridge/> a list of bridges to create @@ -301,7 +301,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge + bridges.bridge Complex element @@ -309,7 +309,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.name (required + bridges.bridge.name (required attribute) xsd:ID @@ -318,7 +318,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.queue-name + bridges.bridge.queue-name xsd:IDREF name of queue that this bridge consumes from @@ -326,7 +326,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.forwarding-address xsd:string @@ -335,7 +335,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.ha + bridges.bridge.ha xsd:boolean whether this bridge supports fail-over @@ -343,7 +343,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.filter + bridges.bridge.filter Complex element @@ -351,7 +351,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.filter.string + bridges.bridge.filter.string (required attribute) xsd:string @@ -360,7 +360,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.transformer-class-name + bridges.bridge.transformer-class-name xsd:string optional name of transformer class @@ -368,7 +368,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.min-large-message-size + bridges.bridge.min-large-message-size xsd:int Any message larger than this size is considered a large message (to be sent in chunks) @@ -376,7 +376,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.check-period + bridges.bridge.check-period xsd:long The period (in milliseconds) a bridge's client will check if it failed to receive a ping from the server. -1 @@ -386,7 +386,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.connection-ttl + bridges.bridge.connection-ttl xsd:long how long to keep a connection alive in the absence of any data arriving from the client. This should be @@ -396,7 +396,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.retry-interval + bridges.bridge.retry-interval xsd:long period (in ms) between successive retries @@ -404,7 +404,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.retry-interval-multiplier + bridges.bridge.retry-interval-multiplier xsd:double multiplier to apply to successive retry intervals @@ -412,7 +412,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.max-retry-interval xsd:long @@ -421,7 +421,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.reconnect-attempts xsd:int @@ -430,7 +430,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.use-duplicate-detection + bridges.bridge.use-duplicate-detection xsd:boolean should duplicate detection headers be inserted in forwarded messages? @@ -438,7 +438,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.confirmation-window-size + bridges.bridge.confirmation-window-size xsd:int Once the bridge has received this many bytes, it sends a confirmation @@ -446,7 +446,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.user + bridges.bridge.user xsd:string username, if unspecified the cluster-user is used @@ -454,7 +454,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.password + bridges.bridge.password xsd:string password, if unspecified the cluster-password is used @@ -462,7 +462,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - bridges.bridge.reconnect-attempts-same-node + bridges.bridge.reconnect-attempts-same-node xsd:int Upon reconnection this configures the number of time the same node on the topology will be retried before @@ -472,7 +472,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups + broadcast-groups Sequence of <broadcast-group/> a list of broadcast groups to create @@ -480,7 +480,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group + broadcast-groups.broadcast-group Complex element @@ -488,7 +488,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.name + broadcast-groups.broadcast-group.name (required attribute) xsd:ID @@ -497,7 +497,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.local-bind-address + broadcast-groups.broadcast-group.local-bind-address xsd:string local bind address that the datagram socket is bound to @@ -505,7 +505,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.local-bind-port + broadcast-groups.broadcast-group.local-bind-port xsd:int local port to which the datagram socket is bound to @@ -513,7 +513,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.group-address + broadcast-groups.broadcast-group.group-address xsd:string multicast address to which the data will be broadcast @@ -521,7 +521,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.group-port + broadcast-groups.broadcast-group.group-port xsd:int UDP port number used for broadcasting @@ -529,7 +529,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.broadcast-period + broadcast-groups.broadcast-group.broadcast-period xsd:long period in milliseconds between consecutive broadcasts @@ -537,7 +537,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.jgroups-file + broadcast-groups.broadcast-group.jgroups-file xsd:string Name of JGroups configuration file. If specified, the server uses JGroups for broadcasting. @@ -545,7 +545,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.jgroups-channel + broadcast-groups.broadcast-group.jgroups-channel xsd:string Name of JGroups Channel. If specified, the server uses the named channel for broadcasting. @@ -553,7 +553,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - broadcast-groups.broadcast-group.connector-ref + broadcast-groups.broadcast-group.connector-ref xsd:string @@ -561,7 +561,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - check-for-live-server + check-for-live-server xsd:boolean Whether to check the cluster for a (live) server using our own server ID when starting up. This option is @@ -572,7 +572,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections + cluster-connections Sequence of <cluster-connection/> a list of cluster connections @@ -580,7 +580,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection + cluster-connections.cluster-connection Complex element @@ -588,7 +588,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.name + cluster-connections.cluster-connection.name (required attribute) xsd:ID @@ -597,7 +597,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.address + cluster-connections.cluster-connection.address xsd:string name of the address this cluster connection applies to @@ -605,7 +605,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.connector-ref + cluster-connections.cluster-connection.connector-ref xsd:string Name of the connector reference to use. @@ -613,7 +613,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.check-period + cluster-connections.cluster-connection.check-period xsd:long The period (in milliseconds) used to check if the cluster connection has failed to receive pings from @@ -623,7 +623,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.connection-ttl + cluster-connections.cluster-connection.connection-ttl xsd:long how long to keep a connection alive in the absence of any data arriving from the client @@ -631,7 +631,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.min-large-message-size + cluster-connections.cluster-connection.min-large-message-size xsd:int Messages larger than this are considered large-messages @@ -639,7 +639,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.call-timeout + cluster-connections.cluster-connection.call-timeout xsd:long How long to wait for a reply @@ -647,7 +647,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.retry-interval + cluster-connections.cluster-connection.retry-interval xsd:long period (in ms) between successive retries @@ -655,7 +655,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.retry-interval-multiplier + cluster-connections.cluster-connection.retry-interval-multiplier xsd:double multiplier to apply to the retry-interval @@ -663,7 +663,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.max-retry-interval + cluster-connections.cluster-connection.max-retry-interval xsd:long Maximum value for retry-interval @@ -671,7 +671,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.reconnect-attempts + cluster-connections.cluster-connection.reconnect-attempts xsd:int How many attempts should be made to reconnect after failure @@ -679,7 +679,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.use-duplicate-detection + cluster-connections.cluster-connection.use-duplicate-detection xsd:boolean should duplicate detection headers be inserted in forwarded messages? @@ -687,7 +687,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.forward-when-no-consumers + cluster-connections.cluster-connection.forward-when-no-consumers xsd:boolean should messages be load balanced if there are no matching consumers on target? @@ -695,7 +695,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.max-hops + cluster-connections.cluster-connection.max-hops xsd:int maximum number of hops cluster topology is propagated @@ -703,7 +703,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.confirmation-window-size xsd:int @@ -712,7 +712,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.call-failover-timeout xsd:long @@ -721,7 +721,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.notification-interval + cluster-connections.cluster-connection.notification-interval xsd:long how often the cluster connection will notify the cluster of its existence right after joining the cluster @@ -730,7 +730,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-connections.cluster-connection.notification-attempts + cluster-connections.cluster-connection.notification-attempts xsd:int how many times this cluster connection will notify the cluster of its existence right after joining the @@ -740,7 +740,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - clustered + clustered xsd:boolean DEPRECATED. This option is deprecated and its value will be ignored (HQ221038). A HornetQ server will be @@ -750,7 +750,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-password + cluster-password xsd:string Cluster password. It applies to all cluster configurations. @@ -758,7 +758,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - cluster-user + cluster-user xsd:string Cluster username. It applies to all cluster configurations. @@ -766,7 +766,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connection-ttl-override + connection-ttl-override xsd:long if set, this will override how long (in ms) to keep a connection alive without receiving a ping. -1 disables @@ -776,7 +776,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connectors Sequence of <connector/> @@ -785,7 +785,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connectors.connector Complex element @@ -794,7 +794,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connectors.connector.name (required attribute) xsd:ID @@ -803,7 +803,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connectors.connector.factory-class xsd:string @@ -812,7 +812,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connectors.connector.param Complex element @@ -821,7 +821,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connectors.connector.param.key (required attribute) xsd:string @@ -830,7 +830,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - connectors.connector.param.value (required attribute) xsd:string @@ -895,7 +895,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - create-bindings-dir xsd:boolean @@ -905,7 +905,7 @@ element is used by the server side JMS service to load JMS Queues, Topics create-journal-dir + href="persistence.html">create-journal-dir xsd:boolean true means that the journal directory will be created @@ -913,7 +913,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups + discovery-groups Sequence of <discovery-group/> a list of discovery groups to create @@ -921,7 +921,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group + discovery-groups.discovery-group Complex element @@ -929,7 +929,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group.name + discovery-groups.discovery-group.name (required attribute) xsd:ID @@ -938,7 +938,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group.group-address + discovery-groups.discovery-group.group-address xsd:string Multicast IP address of the group to listen on @@ -946,7 +946,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group.group-port + discovery-groups.discovery-group.group-port xsd:int UDP port number of the multi cast group @@ -954,7 +954,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group.jgroups-file + discovery-groups.discovery-group.jgroups-file xsd:string Name of a JGroups configuration file. If specified, the server uses JGroups for discovery. @@ -962,7 +962,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group.jgroups-channel + discovery-groups.discovery-group.jgroups-channel xsd:string Name of a JGroups Channel. If specified, the server uses the named channel for discovery. @@ -980,7 +980,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group.local-bind-address + discovery-groups.discovery-group.local-bind-address xsd:string local bind address that the datagram socket is bound to @@ -988,7 +988,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - discovery-groups.discovery-group.local-bind-port + discovery-groups.discovery-group.local-bind-port xsd:int local port to which the datagram socket is bound to @@ -1004,7 +1004,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts + diverts Sequence of <divert/> a list of diverts to use @@ -1012,7 +1012,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert Complex element @@ -1021,7 +1021,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.name + diverts.divert.name (required attribute) xsd:ID @@ -1030,7 +1030,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.transformer-class-name + diverts.divert.transformer-class-name xsd:string an optional class name of a transformer @@ -1038,7 +1038,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.exclusive + diverts.divert.exclusive xsd:boolean whether this is an exclusive divert @@ -1046,7 +1046,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.routing-name + diverts.divert.routing-name xsd:string the routing name for the divert @@ -1054,7 +1054,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.address + diverts.divert.address xsd:string the address this divert will divert from @@ -1062,7 +1062,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.forwarding-address + diverts.divert.forwarding-address xsd:string the forwarding address for the divert @@ -1070,7 +1070,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.filter + diverts.divert.filter Complex element @@ -1078,7 +1078,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - diverts.divert.filter.string + diverts.divert.filter.string (required attribute) xsd:string @@ -1087,7 +1087,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - graceful-shutdown-enabled + graceful-shutdown-enabled xsd:boolean true means that graceful shutdown is enabled @@ -1095,7 +1095,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - graceful-shutdown-timeout + graceful-shutdown-timeout xsd:long how long (in ms) to wait for all clients to disconnect before forcefully disconnecting the clients and proceeding with the shutdown process (-1 means no timeout) @@ -1103,7 +1103,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - grouping-handler + grouping-handler Complex element Message Group configuration @@ -1111,7 +1111,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - grouping-handler.name + grouping-handler.name (required attribute) xsd:string @@ -1120,7 +1120,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - grouping-handler.type + grouping-handler.type LOCAL|REMOTE Each cluster should choose 1 node to have a LOCAL grouping handler and all the other nodes should have @@ -1130,7 +1130,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - grouping-handler.address + grouping-handler.address xsd:string A reference to a cluster connection address @@ -1138,7 +1138,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - grouping-handler.timeout xsd:int @@ -1147,7 +1147,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - grouping-handler.group-timeout + grouping-handler.group-timeout xsd:int How long a group binding will be used, -1 means for ever. Bindings are removed after this wait elapses. Only @@ -1157,7 +1157,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - grouping-handler.reaper-period + grouping-handler.reaper-period xsd:long How often the reaper will be run to check for timed out group bindings. Only valid for LOCAL handlers @@ -1165,7 +1165,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - id-cache-size xsd:int @@ -1174,7 +1174,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - jmx-domain + jmx-domain xsd:string the JMX domain used to registered HornetQ MBeans in the MBeanServer @@ -1182,7 +1182,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - jmx-management-enabled + jmx-management-enabled xsd:boolean true means that the management API is available via JMX @@ -1191,7 +1191,7 @@ element is used by the server side JMS service to load JMS Queues, Topics journal-buffer-size + href="persistence.html">journal-buffer-size xsd:long The size of the internal buffer on the journal in KiB. @@ -1199,7 +1199,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-buffer-timeout + journal-buffer-timeout xsd:long The timeout (in nanoseconds) used to flush internal buffers on the journal. The exact default value depend @@ -1209,7 +1209,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-compact-min-files + journal-compact-min-files xsd:int The minimal number of data files before we can start compacting @@ -1217,7 +1217,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-compact-percentage + journal-compact-percentage xsd:int The percentage of live data on which we consider compacting the journal @@ -1225,7 +1225,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-directory + journal-directory xsd:string the directory to store the journal files in @@ -1233,7 +1233,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-file-size + journal-file-size xsd:int the size (in bytes) of each journal file @@ -1241,7 +1241,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-max-io + journal-max-io xsd:int the maximum number of write requests that can be in the AIO queue at any one time. Default is 500 for AIO @@ -1251,7 +1251,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-min-files + journal-min-files xsd:int how many journal files to pre-create @@ -1259,7 +1259,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-sync-non-transactional + journal-sync-non-transactional xsd:boolean if true wait for non transaction data to be synced to the journal before returning response to client. @@ -1267,7 +1267,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-sync-transactional + journal-sync-transactional xsd:boolean if true wait for transaction data to be synchronized to the journal before returning response to client @@ -1275,7 +1275,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - journal-type + journal-type ASYNCIO|NIO the type of journal to use @@ -1283,7 +1283,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - large-messages-directory + large-messages-directory xsd:string the directory to store large messages @@ -1307,7 +1307,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - management-address xsd:string @@ -1318,7 +1318,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - management-notification-address xsd:string @@ -1327,7 +1327,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - mask-password xsd:boolean @@ -1348,7 +1348,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - memory-measure-interval + memory-measure-interval xsd:long frequency to sample JVM memory in ms (or -1 to disable memory sampling) @@ -1356,7 +1356,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - memory-warning-threshold + memory-warning-threshold xsd:int Percentage of available memory which will trigger a warning log @@ -1364,7 +1364,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - message-counter-enabled xsd:boolean @@ -1373,7 +1373,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - message-counter-max-day-history xsd:int @@ -1382,7 +1382,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - message-counter-sample-period xsd:long @@ -1391,7 +1391,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - message-expiry-scan-period xsd:long @@ -1400,7 +1400,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - message-expiry-thread-priority xsd:int @@ -1417,7 +1417,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - page-max-concurrent-io + page-max-concurrent-io xsd:int The max number of concurrent reads allowed on paging @@ -1425,7 +1425,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - paging-directory + paging-directory xsd:string the directory to store paged messages in @@ -1433,7 +1433,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - password-codec xsd:string @@ -1452,7 +1452,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - persist-delivery-count-before-delivery xsd:boolean @@ -1463,7 +1463,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - persistence-enabled xsd:boolean @@ -1472,7 +1472,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - persist-id-cache xsd:boolean @@ -1481,7 +1481,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - queues + queues Sequence of <queue/> a list of pre configured queues to create @@ -1489,7 +1489,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - queues.queue Complex element @@ -1498,7 +1498,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - queues.queue.name + queues.queue.name (required attribute) xsd:ID @@ -1507,7 +1507,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - queues.queue.address + queues.queue.address xsd:string address for the queue @@ -1515,7 +1515,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - queues.queue.filter + queues.queue.filter Complex element @@ -1523,7 +1523,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - queues.queue.filter.string + queues.queue.filter.string (required attribute) xsd:string @@ -1532,7 +1532,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - queues.queue.durable + queues.queue.durable xsd:boolean whether the queue is durable (persistent) @@ -1540,7 +1540,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - remoting-incoming-interceptors + remoting-incoming-interceptors Complex element a list of <class-name/> elements with the names of classes to use for interceptor incoming remoting @@ -1549,7 +1549,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - remoting-incoming-interceptors.class-name + remoting-incoming-interceptors.class-name xsd:string the fully qualified name of the interceptor class @@ -1557,7 +1557,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - remoting-interceptors + remoting-interceptors Complex element DEPRECATED. This option is deprecated, but it will still be honored. Any interceptor specified here will be @@ -1567,7 +1567,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - remoting-interceptors.class-name + remoting-interceptors.class-name xsd:string the fully qualified name of the interceptor class @@ -1575,7 +1575,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - remoting-outgoing-interceptors + remoting-outgoing-interceptors Complex element a list of <class-name/> elements with the names of classes to use for interceptor outcoming remoting @@ -1584,7 +1584,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - remoting-outgoing-interceptors.class-name + remoting-outgoing-interceptors.class-name xsd:string the fully qualified name of the interceptor class @@ -1611,7 +1611,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - scheduled-thread-pool-max-size xsd:int @@ -1620,7 +1620,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-enabled + security-enabled xsd:boolean true means that security is enabled @@ -1628,7 +1628,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-invalidation-interval + security-invalidation-interval xsd:long how long (in ms) to wait before invalidating the security cache @@ -1636,7 +1636,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-settings Sequence of <security-setting/> @@ -1645,7 +1645,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-settings.security-setting Sequence of <permission/> @@ -1654,7 +1654,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-settings.security-setting.match (required attribute) @@ -1664,7 +1664,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-settings.security-setting.permission Complex element @@ -1673,7 +1673,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-settings.security-setting.permission.type (required attribute) @@ -1683,7 +1683,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - security-settings.security-setting.permission.roles (required attribute) @@ -1701,7 +1701,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - thread-pool-max-size xsd:int @@ -1710,7 +1710,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - transaction-timeout + transaction-timeout xsd:long how long (in ms) before a transaction can be removed from the resource manager after create time @@ -1718,7 +1718,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - transaction-timeout-scan-period + transaction-timeout-scan-period xsd:long how often (in ms) to scan for timeout transactions @@ -1726,7 +1726,7 @@ element is used by the server side JMS service to load JMS Queues, Topics - wild-card-routing-enabled + wild-card-routing-enabled xsd:boolean true means that the server supports wild card routing @@ -1754,42 +1754,42 @@ element is used by the server side JMS service to load JMS Queues, Topics - queue + queue Queue a queue to create - queue.name + queue.name (attribute) String unique name of the queue - queue.durable + queue.durable Boolean is the queue durable? true - queue.filter + queue.filter String optional filter expression for the queue - topic + topic Topic a topic to create - topic.name + topic.name (attribute) String unique name of the topic diff --git a/docs/user-manual/en/using-server.md b/docs/user-manual/en/using-server.md index f4e6f1cb96..01fb0cc931 100644 --- a/docs/user-manual/en/using-server.md +++ b/docs/user-manual/en/using-server.md @@ -102,8 +102,8 @@ The configuration file used to bootstrap the server (e.g. files. - `activemq-configuration.xml`. This is the main ActiveMQ - configuration file. All the parameters in this file are described in - ?. Please see ? for more information on this file. + configuration file. All the parameters in this file are + described [here](configuration-index.md) It is also possible to use system property substitution in all the configuration files. by replacing a value with the name of a system