From 433ca606f03bdfec8f4bb829b7ba6d9ddd418c7f Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Wed, 13 May 2015 09:58:57 -0400 Subject: [PATCH] removing extra column on a table removing typo --- docs/user-manual/en/configuration-index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-manual/en/configuration-index.md b/docs/user-manual/en/configuration-index.md index 6de46ee479..6ed0f2ec35 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)