activemq-artemis/docs/user-manual/en
Bernd Gutjahr 88e629a7ae ARTEMIS-1112: Added wait-for-activation option to shared-store-master config
Added a wait-for-activation option to shared-store master HA policies.
This option is enabled by default to ensure unchanged server startup behavior.

If this option is enabled, ActiveMQServer.start() with a shared-store master server will not return
before the server has been activated.
If this options is disabled, start() will return after a background activation thread has been started.
The caller can use waitForActivation() to wait until server is activated, or just check the current activation status.

(cherry picked from commit 6017e305d9)
(cherry picked from commit 7aa50546b3)
2017-05-04 11:28:12 +02:00
..
diagrams picture change because of protocols 2015-09-02 09:32:01 -04:00
images picture change because of protocols 2015-09-02 09:32:01 -04:00
README.md
SUMMARY.md ARTEMIS-473/ARTEMIS-863 Detect network failures 2016-11-23 10:14:14 -06:00
aerogear-integration.md Spelling fixes 2016-08-25 14:22:32 -04:00
architecture.md fixing wrong link on doc 2015-10-05 14:23:24 -04:00
book.json NO-JIRA updating gitbook version 2016-06-29 16:13:49 -04:00
cdi-integration.md ARTEMIS-756 introduce CDI based integration for Artemis. Includes integration tests on both Weld and OWB. 2016-09-29 16:25:47 -04:00
client-classpath.md
client-reconnection.md
clusters.md changed doc to reflect examples usage 2016-06-02 15:04:33 -04:00
config-reload.md ARTEMIS-601 some documentation changes around reload 2016-08-10 18:38:14 -04:00
configuration-index.md ARTEMIS-473/ARTEMIS-863 Detect network failures 2016-11-23 10:14:14 -06:00
configuring-transports.md NO-JIRA removing OIO references, since Netty is only NIO now 2016-10-28 16:31:41 -04:00
connection-ttl.md ARTEMIS-601 some documentation changes around reload 2016-08-10 18:38:14 -04:00
core-bridges.md Use correct syntax for filter in bridge example 2016-08-03 11:48:46 +01:00
diverts.md Document transformer result non-visibility to other diverts 2016-03-07 15:51:01 -05:00
duplicate-detection.md
embedding-activemq.md NO-JIRA: Fixing a typo in the embedded documentation 2016-10-12 08:35:59 -04:00
examples.md ARTEMIS-674 simplifying example list 2016-08-10 15:52:48 -04:00
filter-expressions.md ARTEMIS-573 clarify filter documentation 2016-07-14 11:29:05 +01:00
flow-control.md ARTEMIS-636 Add AMQP Hard Soft Limit for BLOCK 2016-08-05 15:29:01 +01:00
graceful-shutdown.md
ha.md ARTEMIS-1112: Added wait-for-activation option to shared-store-master config 2017-05-04 11:28:12 +02:00
intercepting-operations.md ARTEMIS-607 Added interceptor support for MQTT protocol. 2016-07-05 19:43:00 -04:00
jms-bridge.md a few tiny doc typos 2016-05-23 13:31:00 -04:00
jms-core-mapping.md
karaf.md NO-JIRA: a few additions and tweaks around OSGI 2016-10-19 13:19:10 -04:00
large-messages.md
last-value-queues.md
libaio.md manual additions about maven plugin 2015-09-01 23:44:46 -04:00
logging.md
management.md ARTEMIS-311 - added broker name to jmx object name properties. 2015-12-16 10:19:01 -05:00
maven-plugin.md fixing version and adding missing projects on release profile 2015-09-04 23:41:23 -04:00
message-expiry.md
message-grouping.md
messaging-concepts.md
network-isolation.md ARTEMIS-863 small tweak on doc 2016-11-23 14:49:25 -05:00
notice.md
paging.md ARTEMIS-581 Implement max disk usage, and global-max-size 2016-09-06 15:07:49 +01:00
perf-tuning.md NO-JIRA removing OIO references, since Netty is only NIO now 2016-10-28 16:31:41 -04:00
persistence.md ARTEMIS-1125 Persist JMS Bindings in Database on JDBC 2017-04-20 21:04:26 +01:00
pre-acknowledge.md
preface.md
project-info.md Fix URL to project page 2016-01-18 23:06:35 +08:00
protocols-interoperability.md Spelling fixes 2016-09-30 13:24:08 -04:00
queue-attributes.md ARTEMIS-322 auto-create/delete JMS topic 2016-06-06 16:00:57 -04:00
resource-limits.md
rest.md ARTEMIS-602 fix web.xml examples for REST 2016-06-30 10:33:51 -05:00
scheduled-messages.md
security.md Update security.md 2016-12-13 10:35:56 -05:00
send-guarantees.md a few tiny doc typos 2016-05-23 13:31:00 -04:00
slow-consumers.md
spring-integration.md
syntax.md
thread-pooling.md NO-JIRA removing OIO references, since Netty is only NIO now 2016-10-28 16:31:41 -04:00
tools.md ARTEMIS-319 Improving files allocation and implementing journal-pool-files 2015-12-10 16:49:58 -05:00
transaction-config.md
undelivered-messages.md
unit-testing.md ARTEMIS-737 Improving Tests by checking thread leaks and Waiting condition, also adding docs 2016-09-26 17:58:05 -04:00
using-core.md fixing typo in doc link 2016-05-19 17:40:19 -04:00
using-jms.md ARTEMIS-690 fix link in JMS doc 2016-08-23 13:27:32 -04:00
using-server.md ARTEMIS-323 doc fix for artemis command 2015-12-16 12:10:57 -06:00
vertx-integration.md Spelling fixes 2016-08-25 14:22:32 -04:00
wildcard-routing.md
wildcard-syntax.md

README.md

ActiveMQ Artemis logo

Apache ActiveMQ Artemis User Manual

The User manual is an in depth manual on all aspects of Apache ActiveMQ Artemis