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

gnodet pushed a commit to branch context-value-scoped-value-support
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ce2814fde6bc555818d0c65e75702f8afeea49d8
Author: Guillaume Nodet <[email protected]>
AuthorDate: Mon Jan 12 21:44:18 2026 +0100

    Regen
---
 .../org/apache/camel/catalog/components/seda.json  | 21 ++++++------
 .../org/apache/camel/catalog/components/stub.json  | 21 ++++++------
 .../endpoint/dsl/SedaEndpointBuilderFactory.java   | 40 ++++++++++++++++++++++
 .../endpoint/dsl/StubEndpointBuilderFactory.java   | 40 ++++++++++++++++++++++
 4 files changed, 102 insertions(+), 20 deletions(-)

diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/seda.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/seda.json
index 4e8e5b3c7d66..fcafafdfaae0 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/seda.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/seda.json
@@ -46,15 +46,16 @@
     "multipleConsumers": { "index": 7, "kind": "parameter", "displayName": 
"Multiple Consumers", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Specifies whether multiple consumers are 
allowed. If enabled, you can use SEDA for Publish-Subscribe messaging. That is, 
you can send a message to the SEDA queue and have each [...]
     "pollTimeout": { "index": 8, "kind": "parameter", "displayName": "Poll 
Timeout", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 1000, "description": "The 
timeout (in milliseconds) used when polling. When a timeout occurs, the 
consumer can check whether it is allowed to continue running. Setting a lower 
value allows the consumer to react mor [...]
     "purgeWhenStopping": { "index": 9, "kind": "parameter", "displayName": 
"Purge When Stopping", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to purge the task queue when 
stopping the consumer\/route. This allows to stop faster, as any pending 
messages on the queue is discarded." },
-    "timeout": { "index": 10, "kind": "parameter", "displayName": "Timeout", 
"group": "producer", "label": "producer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "30000", "description": "Timeout before a SEDA 
producer will stop waiting for an asynchronous task to complete. You can 
disable timeout by using 0 or a negative value." },
-    "waitForTaskToComplete": { "index": 11, "kind": "parameter", 
"displayName": "Wait For Task To Complete", "group": "producer", "label": 
"producer", "required": false, "type": "enum", "javaType": 
"org.apache.camel.WaitForTaskToComplete", "enum": [ "Never", "IfReplyExpected", 
"Always" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "IfReplyExpected", "description": "Option to specify whether 
the caller should wait for the async task to complete or not before [...]
-    "blockWhenFull": { "index": 12, "kind": "parameter", "displayName": "Block 
When Full", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether a thread that sends messages to a full SEDA queue will 
block until the queue's capacity is no longer exhausted. By default, an 
exception will be thrown stating that the queu [...]
-    "discardIfNoConsumers": { "index": 13, "kind": "parameter", "displayName": 
"Discard If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should discard the 
message (do not add the message to the queue), when sending to a queue with no 
active consumers. Only one of the options disca [...]
-    "discardWhenFull": { "index": 14, "kind": "parameter", "displayName": 
"Discard When Full", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether a thread that sends messages to 
a full SEDA queue will be discarded. By default, an exception will be thrown 
stating that the queue is full. By enabling this option, the [...]
-    "failIfNoConsumers": { "index": 15, "kind": "parameter", "displayName": 
"Fail If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should fail by 
throwing an exception, when sending to a queue with no active consumers. Only 
one of the options discardIfNoConsumers and failIfNoConsum [...]
-    "lazyStartProducer": { "index": 16, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produ [...]
-    "offerTimeout": { "index": 17, "kind": "parameter", "displayName": "Offer 
Timeout", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "duration", "javaType": "long", "deprecated": false, 
"autowired": false, "secret": false, "description": "Offer timeout can be added 
to the block case when queue is full. You can disable timeout by using 0 or a 
negative value." },
-    "browseLimit": { "index": 18, "kind": "parameter", "displayName": "Browse 
Limit", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 100, "description": "Maximum number of 
messages to keep in memory available for browsing. Use 0 for unlimited." },
-    "queue": { "index": 19, "kind": "parameter", "displayName": "Queue", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.concurrent.BlockingQueue<org.apache.camel.Exchange>", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Define the queue instance which will be used by the endpoint" }
+    "virtualThreadPerTask": { "index": 10, "kind": "parameter", "displayName": 
"Virtual Thread Per Task", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled, spawns a new virtual thread 
for each message instead of using a fixed pool of consumer threads. This model 
is optimized for virtual threads (JDK 21) and I [...]
+    "timeout": { "index": 11, "kind": "parameter", "displayName": "Timeout", 
"group": "producer", "label": "producer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "30000", "description": "Timeout before a SEDA 
producer will stop waiting for an asynchronous task to complete. You can 
disable timeout by using 0 or a negative value." },
+    "waitForTaskToComplete": { "index": 12, "kind": "parameter", 
"displayName": "Wait For Task To Complete", "group": "producer", "label": 
"producer", "required": false, "type": "enum", "javaType": 
"org.apache.camel.WaitForTaskToComplete", "enum": [ "Never", "IfReplyExpected", 
"Always" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "IfReplyExpected", "description": "Option to specify whether 
the caller should wait for the async task to complete or not before [...]
+    "blockWhenFull": { "index": 13, "kind": "parameter", "displayName": "Block 
When Full", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether a thread that sends messages to a full SEDA queue will 
block until the queue's capacity is no longer exhausted. By default, an 
exception will be thrown stating that the queu [...]
+    "discardIfNoConsumers": { "index": 14, "kind": "parameter", "displayName": 
"Discard If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should discard the 
message (do not add the message to the queue), when sending to a queue with no 
active consumers. Only one of the options disca [...]
+    "discardWhenFull": { "index": 15, "kind": "parameter", "displayName": 
"Discard When Full", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether a thread that sends messages to 
a full SEDA queue will be discarded. By default, an exception will be thrown 
stating that the queue is full. By enabling this option, the [...]
+    "failIfNoConsumers": { "index": 16, "kind": "parameter", "displayName": 
"Fail If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should fail by 
throwing an exception, when sending to a queue with no active consumers. Only 
one of the options discardIfNoConsumers and failIfNoConsum [...]
+    "lazyStartProducer": { "index": 17, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produ [...]
+    "offerTimeout": { "index": 18, "kind": "parameter", "displayName": "Offer 
Timeout", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "duration", "javaType": "long", "deprecated": false, 
"autowired": false, "secret": false, "description": "Offer timeout can be added 
to the block case when queue is full. You can disable timeout by using 0 or a 
negative value." },
+    "browseLimit": { "index": 19, "kind": "parameter", "displayName": "Browse 
Limit", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 100, "description": "Maximum number of 
messages to keep in memory available for browsing. Use 0 for unlimited." },
+    "queue": { "index": 20, "kind": "parameter", "displayName": "Queue", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.concurrent.BlockingQueue<org.apache.camel.Exchange>", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Define the queue instance which will be used by the endpoint" }
   }
 }
diff --git 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
index af1a3239779b..6d33364a3a0c 100644
--- 
a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
+++ 
b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/components/stub.json
@@ -48,15 +48,16 @@
     "multipleConsumers": { "index": 7, "kind": "parameter", "displayName": 
"Multiple Consumers", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Specifies whether multiple consumers are 
allowed. If enabled, you can use SEDA for Publish-Subscribe messaging. That is, 
you can send a message to the SEDA queue and have each [...]
     "pollTimeout": { "index": 8, "kind": "parameter", "displayName": "Poll 
Timeout", "group": "consumer (advanced)", "label": "consumer,advanced", 
"required": false, "type": "integer", "javaType": "int", "deprecated": false, 
"autowired": false, "secret": false, "defaultValue": 1000, "description": "The 
timeout (in milliseconds) used when polling. When a timeout occurs, the 
consumer can check whether it is allowed to continue running. Setting a lower 
value allows the consumer to react mor [...]
     "purgeWhenStopping": { "index": 9, "kind": "parameter", "displayName": 
"Purge When Stopping", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether to purge the task queue when 
stopping the consumer\/route. This allows to stop faster, as any pending 
messages on the queue is discarded." },
-    "timeout": { "index": 10, "kind": "parameter", "displayName": "Timeout", 
"group": "producer", "label": "producer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "30000", "description": "Timeout before a SEDA 
producer will stop waiting for an asynchronous task to complete. You can 
disable timeout by using 0 or a negative value." },
-    "waitForTaskToComplete": { "index": 11, "kind": "parameter", 
"displayName": "Wait For Task To Complete", "group": "producer", "label": 
"producer", "required": false, "type": "enum", "javaType": 
"org.apache.camel.WaitForTaskToComplete", "enum": [ "Never", "IfReplyExpected", 
"Always" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "IfReplyExpected", "description": "Option to specify whether 
the caller should wait for the async task to complete or not before [...]
-    "blockWhenFull": { "index": 12, "kind": "parameter", "displayName": "Block 
When Full", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether a thread that sends messages to a full SEDA queue will 
block until the queue's capacity is no longer exhausted. By default, an 
exception will be thrown stating that the queu [...]
-    "discardIfNoConsumers": { "index": 13, "kind": "parameter", "displayName": 
"Discard If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should discard the 
message (do not add the message to the queue), when sending to a queue with no 
active consumers. Only one of the options disca [...]
-    "discardWhenFull": { "index": 14, "kind": "parameter", "displayName": 
"Discard When Full", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether a thread that sends messages to 
a full SEDA queue will be discarded. By default, an exception will be thrown 
stating that the queue is full. By enabling this option, the [...]
-    "failIfNoConsumers": { "index": 15, "kind": "parameter", "displayName": 
"Fail If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should fail by 
throwing an exception, when sending to a queue with no active consumers. Only 
one of the options discardIfNoConsumers and failIfNoConsum [...]
-    "lazyStartProducer": { "index": 16, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produ [...]
-    "offerTimeout": { "index": 17, "kind": "parameter", "displayName": "Offer 
Timeout", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "duration", "javaType": "long", "deprecated": false, 
"autowired": false, "secret": false, "description": "Offer timeout can be added 
to the block case when queue is full. You can disable timeout by using 0 or a 
negative value." },
-    "browseLimit": { "index": 18, "kind": "parameter", "displayName": "Browse 
Limit", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 100, "description": "Maximum number of 
messages to keep in memory available for browsing. Use 0 for unlimited." },
-    "queue": { "index": 19, "kind": "parameter", "displayName": "Queue", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.concurrent.BlockingQueue<org.apache.camel.Exchange>", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Define the queue instance which will be used by the endpoint" }
+    "virtualThreadPerTask": { "index": 10, "kind": "parameter", "displayName": 
"Virtual Thread Per Task", "group": "consumer (advanced)", "label": 
"consumer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "If enabled, spawns a new virtual thread 
for each message instead of using a fixed pool of consumer threads. This model 
is optimized for virtual threads (JDK 21) and I [...]
+    "timeout": { "index": 11, "kind": "parameter", "displayName": "Timeout", 
"group": "producer", "label": "producer", "required": false, "type": 
"duration", "javaType": "long", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": "30000", "description": "Timeout before a SEDA 
producer will stop waiting for an asynchronous task to complete. You can 
disable timeout by using 0 or a negative value." },
+    "waitForTaskToComplete": { "index": 12, "kind": "parameter", 
"displayName": "Wait For Task To Complete", "group": "producer", "label": 
"producer", "required": false, "type": "enum", "javaType": 
"org.apache.camel.WaitForTaskToComplete", "enum": [ "Never", "IfReplyExpected", 
"Always" ], "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": "IfReplyExpected", "description": "Option to specify whether 
the caller should wait for the async task to complete or not before [...]
+    "blockWhenFull": { "index": 13, "kind": "parameter", "displayName": "Block 
When Full", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "boolean", "javaType": "boolean", "deprecated": 
false, "autowired": false, "secret": false, "defaultValue": false, 
"description": "Whether a thread that sends messages to a full SEDA queue will 
block until the queue's capacity is no longer exhausted. By default, an 
exception will be thrown stating that the queu [...]
+    "discardIfNoConsumers": { "index": 14, "kind": "parameter", "displayName": 
"Discard If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should discard the 
message (do not add the message to the queue), when sending to a queue with no 
active consumers. Only one of the options disca [...]
+    "discardWhenFull": { "index": 15, "kind": "parameter", "displayName": 
"Discard When Full", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether a thread that sends messages to 
a full SEDA queue will be discarded. By default, an exception will be thrown 
stating that the queue is full. By enabling this option, the [...]
+    "failIfNoConsumers": { "index": 16, "kind": "parameter", "displayName": 
"Fail If No Consumers", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should fail by 
throwing an exception, when sending to a queue with no active consumers. Only 
one of the options discardIfNoConsumers and failIfNoConsum [...]
+    "lazyStartProducer": { "index": 17, "kind": "parameter", "displayName": 
"Lazy Start Producer", "group": "producer (advanced)", "label": 
"producer,advanced", "required": false, "type": "boolean", "javaType": 
"boolean", "deprecated": false, "autowired": false, "secret": false, 
"defaultValue": false, "description": "Whether the producer should be started 
lazy (on the first message). By starting lazy you can use this to allow 
CamelContext and routes to startup in situations where a produ [...]
+    "offerTimeout": { "index": 18, "kind": "parameter", "displayName": "Offer 
Timeout", "group": "producer (advanced)", "label": "producer,advanced", 
"required": false, "type": "duration", "javaType": "long", "deprecated": false, 
"autowired": false, "secret": false, "description": "Offer timeout can be added 
to the block case when queue is full. You can disable timeout by using 0 or a 
negative value." },
+    "browseLimit": { "index": 19, "kind": "parameter", "displayName": "Browse 
Limit", "group": "advanced", "label": "advanced", "required": false, "type": 
"integer", "javaType": "int", "deprecated": false, "autowired": false, 
"secret": false, "defaultValue": 100, "description": "Maximum number of 
messages to keep in memory available for browsing. Use 0 for unlimited." },
+    "queue": { "index": 20, "kind": "parameter", "displayName": "Queue", 
"group": "advanced", "label": "advanced", "required": false, "type": "object", 
"javaType": "java.util.concurrent.BlockingQueue<org.apache.camel.Exchange>", 
"deprecated": false, "autowired": false, "secret": false, "description": 
"Define the queue instance which will be used by the endpoint" }
   }
 }
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
index 5c049daf4bf1..ac80fc03e90d 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/SedaEndpointBuilderFactory.java
@@ -379,6 +379,46 @@ public interface SedaEndpointBuilderFactory {
             doSetProperty("purgeWhenStopping", purgeWhenStopping);
             return this;
         }
+        /**
+         * If enabled, spawns a new virtual thread for each message instead of
+         * using a fixed pool of consumer threads. This model is optimized for
+         * virtual threads (JDK 21) and I/O-bound workloads where creating
+         * threads is cheap. The concurrentConsumers option becomes a limit on
+         * max concurrent tasks (0 = unlimited). Requires virtual threads to be
+         * enabled via camel.threads.virtual.enabled=true.
+         * 
+         * The option is a: <code>boolean</code> type.
+         * 
+         * Default: false
+         * Group: consumer (advanced)
+         * 
+         * @param virtualThreadPerTask the value to set
+         * @return the dsl builder
+         */
+        default AdvancedSedaEndpointConsumerBuilder 
virtualThreadPerTask(boolean virtualThreadPerTask) {
+            doSetProperty("virtualThreadPerTask", virtualThreadPerTask);
+            return this;
+        }
+        /**
+         * If enabled, spawns a new virtual thread for each message instead of
+         * using a fixed pool of consumer threads. This model is optimized for
+         * virtual threads (JDK 21) and I/O-bound workloads where creating
+         * threads is cheap. The concurrentConsumers option becomes a limit on
+         * max concurrent tasks (0 = unlimited). Requires virtual threads to be
+         * enabled via camel.threads.virtual.enabled=true.
+         * 
+         * The option will be converted to a <code>boolean</code> type.
+         * 
+         * Default: false
+         * Group: consumer (advanced)
+         * 
+         * @param virtualThreadPerTask the value to set
+         * @return the dsl builder
+         */
+        default AdvancedSedaEndpointConsumerBuilder 
virtualThreadPerTask(String virtualThreadPerTask) {
+            doSetProperty("virtualThreadPerTask", virtualThreadPerTask);
+            return this;
+        }
         /**
          * Maximum number of messages to keep in memory available for browsing.
          * Use 0 for unlimited.
diff --git 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
index 7310f05bb1de..0109ab69a4ae 100644
--- 
a/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
+++ 
b/dsl/camel-endpointdsl/src/generated/java/org/apache/camel/builder/endpoint/dsl/StubEndpointBuilderFactory.java
@@ -379,6 +379,46 @@ public interface StubEndpointBuilderFactory {
             doSetProperty("purgeWhenStopping", purgeWhenStopping);
             return this;
         }
+        /**
+         * If enabled, spawns a new virtual thread for each message instead of
+         * using a fixed pool of consumer threads. This model is optimized for
+         * virtual threads (JDK 21) and I/O-bound workloads where creating
+         * threads is cheap. The concurrentConsumers option becomes a limit on
+         * max concurrent tasks (0 = unlimited). Requires virtual threads to be
+         * enabled via camel.threads.virtual.enabled=true.
+         * 
+         * The option is a: <code>boolean</code> type.
+         * 
+         * Default: false
+         * Group: consumer (advanced)
+         * 
+         * @param virtualThreadPerTask the value to set
+         * @return the dsl builder
+         */
+        default AdvancedStubEndpointConsumerBuilder 
virtualThreadPerTask(boolean virtualThreadPerTask) {
+            doSetProperty("virtualThreadPerTask", virtualThreadPerTask);
+            return this;
+        }
+        /**
+         * If enabled, spawns a new virtual thread for each message instead of
+         * using a fixed pool of consumer threads. This model is optimized for
+         * virtual threads (JDK 21) and I/O-bound workloads where creating
+         * threads is cheap. The concurrentConsumers option becomes a limit on
+         * max concurrent tasks (0 = unlimited). Requires virtual threads to be
+         * enabled via camel.threads.virtual.enabled=true.
+         * 
+         * The option will be converted to a <code>boolean</code> type.
+         * 
+         * Default: false
+         * Group: consumer (advanced)
+         * 
+         * @param virtualThreadPerTask the value to set
+         * @return the dsl builder
+         */
+        default AdvancedStubEndpointConsumerBuilder 
virtualThreadPerTask(String virtualThreadPerTask) {
+            doSetProperty("virtualThreadPerTask", virtualThreadPerTask);
+            return this;
+        }
         /**
          * Maximum number of messages to keep in memory available for browsing.
          * Use 0 for unlimited.

Reply via email to