From eaa651aba92771e6361a069a225ddd1e94f56c99 Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Fri, 28 Sep 2012 01:56:16 +0200 Subject: [PATCH] Manually reformatting camel reference config docs --- akka-camel/src/main/resources/reference.conf | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/akka-camel/src/main/resources/reference.conf b/akka-camel/src/main/resources/reference.conf index 43ef8d17a5..12bed5c28b 100644 --- a/akka-camel/src/main/resources/reference.conf +++ b/akka-camel/src/main/resources/reference.conf @@ -12,19 +12,22 @@ akka { # enable/disable streaming cache on the Camel Context streamingCache = on consumer { - # Configured setting which determines whether one-way communications between an endpoint and this consumer actor + # Configured setting which determines whether one-way communications + # between an endpoint and this consumer actor # should be auto-acknowledged or application-acknowledged. # This flag has only effect when exchange is in-only. auto-ack = on - # When endpoint is out-capable (can produce responses) reply-timeout is the maximum time - # the endpoint can take to send the response before the message exchange fails. - # This setting is used for out-capable, in-only, manually acknowledged communication. + # When endpoint is out-capable (can produce responses) reply-timeout is the + # maximum time the endpoint can take to send the response before the message + # exchange fails. This setting is used for out-capable, in-only, + # manually acknowledged communication. reply-timeout = 1m # The duration of time to await activation of an endpoint. activation-timeout = 10s } + #Scheme to FQCN mappings for CamelMessage body conversions conversions { "file" = "java.io.InputStream"