Manually reformatting camel reference config docs
This commit is contained in:
parent
f2b077c31f
commit
eaa651aba9
1 changed files with 7 additions and 4 deletions
|
|
@ -12,19 +12,22 @@ akka {
|
||||||
# enable/disable streaming cache on the Camel Context
|
# enable/disable streaming cache on the Camel Context
|
||||||
streamingCache = on
|
streamingCache = on
|
||||||
consumer {
|
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.
|
# should be auto-acknowledged or application-acknowledged.
|
||||||
# This flag has only effect when exchange is in-only.
|
# This flag has only effect when exchange is in-only.
|
||||||
auto-ack = on
|
auto-ack = on
|
||||||
|
|
||||||
# When endpoint is out-capable (can produce responses) reply-timeout is the maximum time
|
# When endpoint is out-capable (can produce responses) reply-timeout is the
|
||||||
# the endpoint can take to send the response before the message exchange fails.
|
# maximum time the endpoint can take to send the response before the message
|
||||||
# This setting is used for out-capable, in-only, manually acknowledged communication.
|
# exchange fails. This setting is used for out-capable, in-only,
|
||||||
|
# manually acknowledged communication.
|
||||||
reply-timeout = 1m
|
reply-timeout = 1m
|
||||||
|
|
||||||
# The duration of time to await activation of an endpoint.
|
# The duration of time to await activation of an endpoint.
|
||||||
activation-timeout = 10s
|
activation-timeout = 10s
|
||||||
}
|
}
|
||||||
|
|
||||||
#Scheme to FQCN mappings for CamelMessage body conversions
|
#Scheme to FQCN mappings for CamelMessage body conversions
|
||||||
conversions {
|
conversions {
|
||||||
"file" = "java.io.InputStream"
|
"file" = "java.io.InputStream"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue