Repository: camel Updated Branches: refs/heads/master 53f600672 -> 1ea1817e2
Component docs Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1ea1817e Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1ea1817e Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1ea1817e Branch: refs/heads/master Commit: 1ea1817e2f51d0d454335ea29cfc9a4cdb26de45 Parents: 53f6006 Author: Claus Ibsen <davscl...@apache.org> Authored: Fri Jun 24 08:05:02 2016 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Fri Jun 24 08:05:12 2016 +0200 ---------------------------------------------------------------------- components/camel-amqp/src/main/docs/amqp.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1ea1817e/components/camel-amqp/src/main/docs/amqp.adoc ---------------------------------------------------------------------- diff --git a/components/camel-amqp/src/main/docs/amqp.adoc b/components/camel-amqp/src/main/docs/amqp.adoc index fb084f1..938e354 100644 --- a/components/camel-amqp/src/main/docs/amqp.adoc +++ b/components/camel-amqp/src/main/docs/amqp.adoc @@ -131,6 +131,7 @@ The AMQP component supports 74 options which are listed below. + // endpoint options: START The AMQP component supports 83 endpoint options which are listed below: @@ -200,9 +201,9 @@ The AMQP component supports 83 endpoint options which are listed below: | maxMessagesPerTask | advanced | -1 | int | The number of messages per task. -1 is unlimited. If you use a range for concurrent consumers (eg min max) then this option can be used to set a value to eg 100 to control how fast the consumers will shrink when less work is required. | messageConverter | advanced | | MessageConverter | To use a custom Spring org.springframework.jms.support.converter.MessageConverter so you can be in control how to map to/from a javax.jms.Message. | messageCreatedStrategy | advanced | | MessageCreatedStrategy | To use the given MessageCreatedStrategy which are invoked when Camel creates new instances of javax.jms.Message objects when Camel is sending a JMS message. -| messageIdEnabled | advanced | true | boolean | When sending specifies whether message IDs should be added. +| messageIdEnabled | advanced | true | boolean | When sending specifies whether message IDs should be added. This is just an hint to the JMS broker.If the JMS provider accepts this hint these messages must have the message ID set to null; if the provider ignores the hint the message ID must be set to its normal unique value | messageListenerContainerFactory | advanced | | MessageListenerContainerFactory | Registry ID of the MessageListenerContainerFactory used to determine what org.springframework.jms.listener.AbstractMessageListenerContainer to use to consume messages. Setting this will automatically set consumerType to Custom. -| messageTimestampEnabled | advanced | true | boolean | Specifies whether timestamps should be enabled by default on sending messages. +| messageTimestampEnabled | advanced | true | boolean | Specifies whether timestamps should be enabled by default on sending messages. This is just an hint to the JMS broker.If the JMS provider accepts this hint these messages must have the timestamp set to zero; if the provider ignores the hint the timestamp must be set to its normal value | pubSubNoLocal | advanced | false | boolean | Specifies whether to inhibit the delivery of messages published by its own connection. | receiveTimeout | advanced | 1000 | long | The timeout for receiving messages (in milliseconds). | recoveryInterval | advanced | 5000 | long | Specifies the interval between recovery attempts i.e. when a connection is being refreshed in milliseconds. The default is 5000 ms that is 5 seconds. @@ -227,6 +228,7 @@ The AMQP component supports 83 endpoint options which are listed below: + [[AMQP-Usage]] Usage ^^^^^