You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by oa...@apache.org on 2019/11/26 09:15:47 UTC

[camel] branch master updated: CAMEL-14216: Add a note in the stomp component

This is an automated email from the ASF dual-hosted git repository.

oalsafi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new abbada0  CAMEL-14216: Add a note in the stomp component
abbada0 is described below

commit abbada09ccf9e3709c8301518719da1471fee379
Author: Omar Al-Safi <om...@gmail.com>
AuthorDate: Tue Nov 26 10:15:14 2019 +0100

    CAMEL-14216: Add a note in the stomp component
---
 components/camel-stomp/src/main/docs/stomp-component.adoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/components/camel-stomp/src/main/docs/stomp-component.adoc b/components/camel-stomp/src/main/docs/stomp-component.adoc
index f3efebb..2eab0d8 100644
--- a/components/camel-stomp/src/main/docs/stomp-component.adoc
+++ b/components/camel-stomp/src/main/docs/stomp-component.adoc
@@ -12,6 +12,9 @@ http://stomp.github.io/[Stomp] compliant message brokers, like
 http://activemq.apache.org[Apache ActiveMQ] or
 http://activemq.apache.org/apollo/[ActiveMQ Apollo]
 
+*Note:* Since STOMP specification is not actively maintained, please note https://github.com/fusesource/stompjms/tree/master/stompjms-client[STOMP JMS client]
+is not as well actively maintained. However, we hope for the community to step up to help on maintaining the STOMP JMS project in the near future.
+
 Maven users will need to add the following dependency to their `pom.xml`
 for this component: