This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-2.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-2.x by this push:
     new d80d3a2  Update direct-vm-component.adoc
d80d3a2 is described below

commit d80d3a2f36cfa807b334ad1c7d461f27b80bfe3b
Author: Jonathan Schoreels <jonathan.schore...@gmail.com>
AuthorDate: Wed Sep 8 15:53:38 2021 +0200

    Update direct-vm-component.adoc
    
    DirectVmEndpoint:43 is at "true" in DirectVmEndpoint :
    
    
https://github.com/apache/camel/blob/camel-2.x/camel-core/src/main/java/org/apache/camel/component/directvm/DirectVmEndpoint.java
    
https://github.com/apache/camel/blob/camel-2.25.x/camel-core/src/main/java/org/apache/camel/component/directvm/DirectVmEndpoint.java
---
 camel-core/src/main/docs/modules/ROOT/pages/direct-vm-component.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/camel-core/src/main/docs/modules/ROOT/pages/direct-vm-component.adoc 
b/camel-core/src/main/docs/modules/ROOT/pages/direct-vm-component.adoc
index 73bdae3..7b91419 100644
--- a/camel-core/src/main/docs/modules/ROOT/pages/direct-vm-component.adoc
+++ b/camel-core/src/main/docs/modules/ROOT/pages/direct-vm-component.adoc
@@ -94,7 +94,7 @@ with the following path and query parameters:
 | *exceptionHandler* (consumer) | To let the consumer use a custom 
ExceptionHandler. Notice if the option bridgeErrorHandler is enabled then this 
options is not in use. By default the consumer will deal with exceptions, that 
will be logged at WARN/ERROR level and ignored. |  | ExceptionHandler
 | *exchangePattern* (consumer) | Sets the default exchange pattern when 
creating an exchange. |  | ExchangePattern
 | *block* (producer) | If sending a message to a direct endpoint which has no 
active consumer, then we can tell the producer to block and wait for the 
consumer to become active. | true | boolean
-| *failIfNoConsumers* (producer) | Whether the producer should fail by 
throwing an exception, when sending to a Direct-VM endpoint with no active 
consumers. | false | boolean
+| *failIfNoConsumers* (producer) | Whether the producer should fail by 
throwing an exception, when sending to a Direct-VM endpoint with no active 
consumers. | true | boolean
 | *timeout* (producer) | The timeout value to use if block is enabled. | 30000 
| long
 | *headerFilterStrategy* (producer) | Sets a HeaderFilterStrategy that will 
only be applied on producer endpoints (on both directions: request and 
response). Default value: none. |  | HeaderFilterStrategy
 | *propagateProperties* (advanced) | Whether to propagate or not properties 
from the producer side to the consumer side, and vice versa. Default value: 
true. | true | boolean

Reply via email to