You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2015/02/27 11:42:41 UTC

[4/5] activemq-6 git commit: adding wording about Camel

adding wording about Camel


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/b1c8ff3e
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/b1c8ff3e
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/b1c8ff3e

Branch: refs/heads/master
Commit: b1c8ff3e49cc26554228d2c1d0e5c2890630dd6f
Parents: 6f9c4df
Author: Clebert Suconic <cl...@apache.org>
Authored: Thu Feb 26 22:41:37 2015 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Feb 26 23:19:48 2015 -0500

----------------------------------------------------------------------
 docs/user-manual/en/jms-bridge.md | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/b1c8ff3e/docs/user-manual/en/jms-bridge.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/jms-bridge.md b/docs/user-manual/en/jms-bridge.md
index 7ee1d06..6c0c0ec 100644
--- a/docs/user-manual/en/jms-bridge.md
+++ b/docs/user-manual/en/jms-bridge.md
@@ -6,6 +6,10 @@ The function of the bridge is to consume messages from a source queue or
 topic, and send them to a target queue or topic, typically on a
 different server.
 
+> *Notice:*
+> The JMS Bridge is not intended as a replacement for transformation and more expert systems such as Camel.
+> The JMS Bridge may be useful for fast transfers as this chapter covers, but keep in mind that more complex scenarios requiring transformations will require you to use a more advanced transformation system that will play on use cases that will go beyond ActiveMQ.
+
 The source and target servers do not have to be in the same cluster
 which makes bridging suitable for reliably sending messages from one
 cluster to another, for instance across a WAN, and where the connection