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 2016/08/03 10:49:02 UTC

[2/2] activemq-artemis git commit: Use correct syntax for filter in bridge example

Use correct syntax for filter in bridge example


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

Branch: refs/heads/master
Commit: b5cf729b698e9f0138a66c84342ed818b11b224b
Parents: f7ad9aa
Author: Ulf Lilleengen <lu...@redhat.com>
Authored: Wed Aug 3 11:53:45 2016 +0200
Committer: Martyn Taylor <mt...@redhat.com>
Committed: Wed Aug 3 11:48:46 2016 +0100

----------------------------------------------------------------------
 docs/user-manual/en/core-bridges.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/b5cf729b/docs/user-manual/en/core-bridges.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/core-bridges.md b/docs/user-manual/en/core-bridges.md
index 80c6624..712aa80 100644
--- a/docs/user-manual/en/core-bridges.md
+++ b/docs/user-manual/en/core-bridges.md
@@ -44,7 +44,7 @@ with an example (this is actually from the bridge example):
     <bridge name="my-bridge">
        <queue-name>jms.queue.sausage-factory</queue-name>
        <forwarding-address>jms.queue.mincing-machine</forwarding-address>
-       <filter-string="name='aardvark'"/>
+       <filter string="name='aardvark'"/>
        <transformer-class-name>
           org.apache.activemq.artemis.jms.example.HatColourChangeTransformer
        </transformer-class-name>