This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 67eef41db308bf0ec8026398e07ee6135ef3eead Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 16 10:55:09 2026 +0100 Camel-stomp: Added deprecation note Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-stomp/src/main/docs/stomp-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-stomp/src/main/docs/stomp-component.adoc b/components/camel-stomp/src/main/docs/stomp-component.adoc index 41aff5a56bb6..25ab7e3d07ac 100644 --- a/components/camel-stomp/src/main/docs/stomp-component.adoc +++ b/components/camel-stomp/src/main/docs/stomp-component.adoc @@ -15,6 +15,11 @@ *{component-header}* +[NOTE] +==== +This component is deprecated since Camel 4.17 and will be removed in a future release. +==== + The Stomp component is used for communicating with http://stomp.github.io/[Stomp] compliant message brokers, like http://activemq.apache.org[Apache ActiveMQ] or
