Repository: activemq-artemis Updated Branches: refs/heads/master 6c6a53d80 -> 433ca606f
removing extra column on a table removing typo Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/433ca606 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/433ca606 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/433ca606 Branch: refs/heads/master Commit: 433ca606f03bdfec8f4bb829b7ba6d9ddd418c7f Parents: 6c6a53d Author: Clebert Suconic <[email protected]> Authored: Wed May 13 09:58:57 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Wed May 13 09:59:06 2015 -0400 ---------------------------------------------------------------------- docs/user-manual/en/configuration-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/433ca606/docs/user-manual/en/configuration-index.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/configuration-index.md b/docs/user-manual/en/configuration-index.md index 6de46ee..6ed0f2e 100644 --- a/docs/user-manual/en/configuration-index.md +++ b/docs/user-manual/en/configuration-index.md @@ -116,7 +116,7 @@ Name | Description [queue-name](core-bridges.md "Chapter 36. Core Bridges") | name of queue that this bridge consumes from [forwarding-address](core-bridges.md "Chapter 36. Core Bridges") | address to forward to. If omitted original address is used [ha](core-bridges.md "Chapter 36. Core Bridges") | whether this bridge supports fail-over -[filter](core-bridges.md "Chapter 36. Core Bridges") | optional core filter expression | +[filter](core-bridges.md "Chapter 36. Core Bridges") | optional core filter expression [transformer-class-name](core-bridges.md "Chapter 36. Core Bridges") | optional name of transformer class [min-large-message-size](core-bridges.md "Chapter 36. Core Bridges") | Limit before message is considered large. default 100KB [check-period](connection-ttl.md "Chapter 17. Detecting Dead Connections") | [TTL](http://en.wikipedia.org/wiki/Time_to_live "Time to Live") check period for the bridge. -1 means disabled. default 30000 (ms)
