activemq-artemis/docs/user-manual/_book.adoc

139 lines
4.4 KiB
Plaintext
Raw Normal View History

ARTEMIS-4383 migrate user docs to AsciiDoc Markdown, which is currently used for user-facing documentation, is good for a lot of things. However, it's not great for the kind of complex documentation we have and our need to produce both multi-page HTML and single-page PDF output via Maven. Markdown lacks features which would make the documentation easier to read, easier to navigate, and just look better overall. The current tool-chain uses honkit and a tool called Calibre. Honkit is written in TypeScript and is installed via NPM. Calibre is a native tool so it must be installed via an OS-specific package manager. All this complexity makes building, releasing, uploading, etc. a pain. AsciiDoc is relatively simple like Markdown, but it has more features for presentation and navigation not to mention Java-based Maven tooling to generate both HTML and PDF. Migrating will improve both the appearance of the documentation as well as the processes to generate and upload it. This commit contains the following changes: - Convert all the Markdown for the User Manual, Migration Guide, and Hacking guide to AsciiDoc via kramdown [1]. - Update the `artemis-website` build to use AsciiDoctor Maven tooling. - Update `RELEASING.md` with simplified instructions. - Update Hacking Guide with simplified instructions. - Use AsciiDoc link syntax in Artemis Maven doc plugin. - Drop EPUB & MOBI docs for User Manual as well as PDF for the Hacking Guide. All docs will be HTML only except for the User Manual which will have PDF. - Move all docs up out of their respective "en" directory. This was a hold-over from when we had docs in different languages. - Migration & Hacking Guides are now single-page HTML since they are relatively short. - Refactor README.md to simplify and remove redundant content. Benefits of the change: - Much simplified tooling. No more NPM packages or native tools. - Auto-generated table of contents for every chapter. - Auto-generated anchor links for every sub-section. - Overall more appealing presentation. - All docs will use the ActiveMQ favicon. - No more manual line-wrapping! AsciiDoc recommends one sentence per line and paragraphs are separated by a blank line. - AsciiDoctor plugins for IDEA are quite good. - Resulting HTML is less than *half* of the previous size. All previous links/bookmarks should continue to work. [1] https://github.com/asciidoctor/kramdown-asciidoc
2023-07-27 23:45:17 -04:00
////
This is used to generate the single-page PDF manual.
It *aggregates* all chapters into a single document following the same pattern as index.adoc. These two documents should stay in sync.
////
image::images/activemq-logo.png[align="center"]
[.text-center]
*An in-depth manual on all aspects of Apache ActiveMQ Artemis {project-version}*
//== Overview
include::project-info.adoc[leveloffset=1]
include::preface.adoc[leveloffset=1]
include::messaging-concepts.adoc[leveloffset=1]
include::architecture.adoc[leveloffset=1]
//== Protocols & APIs
include::protocols-interoperability.adoc[leveloffset=1]
include::amqp.adoc[leveloffset=1]
include::stomp.adoc[leveloffset=1]
include::mqtt.adoc[leveloffset=1]
include::openwire.adoc[leveloffset=1]
include::core.adoc[leveloffset=1]
include::client-failover.adoc[leveloffset=1]
include::jms-core-mapping.adoc[leveloffset=1]
include::using-jms.adoc[leveloffset=1]
include::pre-acknowledge.adoc[leveloffset=1]
//== Upgrading
include::versions.adoc[leveloffset=1]
include::upgrading.adoc[leveloffset=1]
//== Getting Started
include::docker.adoc[leveloffset=1]
ARTEMIS-4383 migrate user docs to AsciiDoc Markdown, which is currently used for user-facing documentation, is good for a lot of things. However, it's not great for the kind of complex documentation we have and our need to produce both multi-page HTML and single-page PDF output via Maven. Markdown lacks features which would make the documentation easier to read, easier to navigate, and just look better overall. The current tool-chain uses honkit and a tool called Calibre. Honkit is written in TypeScript and is installed via NPM. Calibre is a native tool so it must be installed via an OS-specific package manager. All this complexity makes building, releasing, uploading, etc. a pain. AsciiDoc is relatively simple like Markdown, but it has more features for presentation and navigation not to mention Java-based Maven tooling to generate both HTML and PDF. Migrating will improve both the appearance of the documentation as well as the processes to generate and upload it. This commit contains the following changes: - Convert all the Markdown for the User Manual, Migration Guide, and Hacking guide to AsciiDoc via kramdown [1]. - Update the `artemis-website` build to use AsciiDoctor Maven tooling. - Update `RELEASING.md` with simplified instructions. - Update Hacking Guide with simplified instructions. - Use AsciiDoc link syntax in Artemis Maven doc plugin. - Drop EPUB & MOBI docs for User Manual as well as PDF for the Hacking Guide. All docs will be HTML only except for the User Manual which will have PDF. - Move all docs up out of their respective "en" directory. This was a hold-over from when we had docs in different languages. - Migration & Hacking Guides are now single-page HTML since they are relatively short. - Refactor README.md to simplify and remove redundant content. Benefits of the change: - Much simplified tooling. No more NPM packages or native tools. - Auto-generated table of contents for every chapter. - Auto-generated anchor links for every sub-section. - Overall more appealing presentation. - All docs will use the ActiveMQ favicon. - No more manual line-wrapping! AsciiDoc recommends one sentence per line and paragraphs are separated by a blank line. - AsciiDoctor plugins for IDEA are quite good. - Resulting HTML is less than *half* of the previous size. All previous links/bookmarks should continue to work. [1] https://github.com/asciidoctor/kramdown-asciidoc
2023-07-27 23:45:17 -04:00
include::using-server.adoc[leveloffset=1]
include::using-cli.adoc[leveloffset=1]
include::client-classpath.adoc[leveloffset=1]
//== Addressing
include::address-model.adoc[leveloffset=1]
include::address-settings.adoc[leveloffset=1]
include::wildcard-syntax.adoc[leveloffset=1]
include::wildcard-routing.adoc[leveloffset=1]
include::diverts.adoc[leveloffset=1]
include::transformers.adoc[leveloffset=1]
include::filter-expressions.adoc[leveloffset=1]
//== Management and Monitoring
include::management.adoc[leveloffset=1]
include::management-console.adoc[leveloffset=1]
include::metrics.adoc[leveloffset=1]
//== Broker-to-Broker Connectivity
include::core-bridges.adoc[leveloffset=1]
include::clusters.adoc[leveloffset=1]
include::federation.adoc[leveloffset=1]
include::federation-address.adoc[leveloffset=1]
include::federation-queue.adoc[leveloffset=1]
include::ha.adoc[leveloffset=1]
include::network-isolation.adoc[leveloffset=1]
include::restart-sequence.adoc[leveloffset=1]
include::activation-tools.adoc[leveloffset=1]
include::connection-routers.adoc[leveloffset=1]
include::amqp-broker-connections.adoc[leveloffset=1]
include::jms-bridge.adoc[leveloffset=1]
//== Security
include::security.adoc[leveloffset=1]
include::masking-passwords.adoc[leveloffset=1]
include::resource-limits.adoc[leveloffset=1]
//== Performance
include::perf-tuning.adoc[leveloffset=1]
include::perf-tools.adoc[leveloffset=1]
include::thread-pooling.adoc[leveloffset=1]
//== Advanced Use-cases
include::scheduled-messages.adoc[leveloffset=1]
include::last-value-queues.adoc[leveloffset=1]
include::non-destructive-queues.adoc[leveloffset=1]
include::ring-queues.adoc[leveloffset=1]
include::retroactive-addresses.adoc[leveloffset=1]
include::exclusive-queues.adoc[leveloffset=1]
include::message-grouping.adoc[leveloffset=1]
include::consumer-priority.adoc[leveloffset=1]
include::message-expiry.adoc[leveloffset=1]
include::large-messages.adoc[leveloffset=1]
include::paging.adoc[leveloffset=1]
include::duplicate-detection.adoc[leveloffset=1]
include::undelivered-messages.adoc[leveloffset=1]
//== Data & Disk
include::persistence.adoc[leveloffset=1]
include::data-tools.adoc[leveloffset=1]
include::libaio.adoc[leveloffset=1]
//== Network Connectivity & Configuration
include::connection-ttl.adoc[leveloffset=1]
include::configuring-transports.adoc[leveloffset=1]
include::flow-control.adoc[leveloffset=1]
//== Customizing Broker Behavior
include::broker-plugins.adoc[leveloffset=1]
include::intercepting-operations.adoc[leveloffset=1]
//== Miscellaneous
include::config-reload.adoc[leveloffset=1]
include::slow-consumers.adoc[leveloffset=1]
include::critical-analysis.adoc[leveloffset=1]
include::transaction-config.adoc[leveloffset=1]
include::send-guarantees.adoc[leveloffset=1]
include::graceful-shutdown.adoc[leveloffset=1]
include::web-server.adoc[leveloffset=1]
include::logging.adoc[leveloffset=1]
include::embedding-activemq.adoc[leveloffset=1]
include::karaf.adoc[leveloffset=1]
include::tomcat.adoc[leveloffset=1]
include::cdi-integration.adoc[leveloffset=1]
include::copied-message-properties.adoc[leveloffset=1]
include::maven-plugin.adoc[leveloffset=1]
include::unit-testing.adoc[leveloffset=1]
include::resource-adapter.adoc[leveloffset=1]
include::configuration-index.adoc[leveloffset=1]
include::examples.adoc[leveloffset=1]
include::notice.adoc[leveloffset=1]