Skip to content

Commit

Permalink
Move Quarkus Qpid JMS configuration content to AMQP extension usage s…
Browse files Browse the repository at this point in the history
…ection
  • Loading branch information
jamesnetherton committed Oct 30, 2024
1 parent 0179ebb commit 26d0f60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
12 changes: 4 additions & 8 deletions docs/modules/ROOT/pages/reference/extensions/amqp.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ endif::[]

[id="extensions-amqp-usage"]
== Usage
This extension leverages https://github.com/amqphub/quarkus-qpid-jms/[Quarkus Qpid JMS]. A `ConnectionFactory` bean is created automatically
and wired into the AMQP component for you. The connection factory can be configured
via the Quarkus Qpid JMS https://github.com/amqphub/quarkus-qpid-jms#configuration[configuration options].

[id="extensions-amqp-usage-message-mapping-with-org-w3c-dom-node"]
=== Message mapping with `org.w3c.dom.Node`

Expand Down Expand Up @@ -91,11 +95,3 @@ You will also need to enable serialization for the exception classes that you in
----
@RegisterForReflection(targets = { IllegalStateException.class, MyCustomException.class }, serialization = true)
----

[id="extensions-amqp-additional-camel-quarkus-configuration"]
== Additional Camel Quarkus configuration

The extension leverages the https://github.com/amqphub/quarkus-qpid-jms/[Quarkus Qpid JMS] extension. A ConnectionFactory bean is automatically created
and wired into the AMQP component for you. The connection factory can be configured
via the Quarkus Qpid JMS https://github.com/amqphub/quarkus-qpid-jms#configuration[configuration options].

3 changes: 0 additions & 3 deletions extensions/amqp/runtime/src/main/doc/configuration.adoc

This file was deleted.

4 changes: 4 additions & 0 deletions extensions/amqp/runtime/src/main/doc/usage.adoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
This extension leverages https://github.com/amqphub/quarkus-qpid-jms/[Quarkus Qpid JMS]. A `ConnectionFactory` bean is created automatically
and wired into the AMQP component for you. The connection factory can be configured
via the Quarkus Qpid JMS https://github.com/amqphub/quarkus-qpid-jms#configuration[configuration options].

=== Message mapping with `org.w3c.dom.Node`

The Camel AMQP component supports message mapping between `jakarta.jms.Message` and `org.apache.camel.Message`. When wanting to convert a Camel message body type of `org.w3c.dom.Node`,
Expand Down

0 comments on commit 26d0f60

Please sign in to comment.