From 9faa615581ff1d677dca29cd4a3ae251836c112c Mon Sep 17 00:00:00 2001 From: Peter Palaga Date: Wed, 12 Jul 2023 15:13:43 +0200 Subject: [PATCH] Fixup 141ad67 Re-add activemq extension after it was added back in Camel 4.0.0-RC1 fix #5087 --- catalog/pom.xml | 13 +++++++++++++ .../main/resources/META-INF/quarkus-extension.yaml | 1 + 2 files changed, 14 insertions(+) diff --git a/catalog/pom.xml b/catalog/pom.xml index 3288f2374010..8aaca43d2cc5 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -84,6 +84,19 @@ + + org.apache.camel.quarkus + camel-quarkus-activemq + ${project.version} + pom + test + + + * + * + + + org.apache.camel.quarkus camel-quarkus-amqp diff --git a/extensions/activemq/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/activemq/runtime/src/main/resources/META-INF/quarkus-extension.yaml index d1aae6a20968..7523b9636ea2 100644 --- a/extensions/activemq/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/activemq/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -23,6 +23,7 @@ --- name: "Camel ActiveMQ" description: "Send messages to (or consume from) Apache ActiveMQ. This component extends the Camel JMS component" +icon-url: "https://camel.apache.org/_/img/logo-d-f21b25ba38.svg" metadata: guide: "https://camel.apache.org/camel-quarkus/latest/reference/extensions/activemq.html" categories: