|
| 1 | +[.configuration-legend] |
| 2 | +icon:lock[title=Fixed at build time] Configuration property fixed at build time - All other configuration properties are overridable at runtime |
| 3 | +[.configuration-reference.searchable, cols="80,.^10,.^10"] |
| 4 | +|=== |
| 5 | + |
| 6 | +h|[.header-title]##Configuration property## |
| 7 | +h|Type |
| 8 | +h|Default |
| 9 | + |
| 10 | +a| [[quarkus-signals_quarkus-signals-receivers-blocking-concurrency-limit]] [.property-path]##link:#quarkus-signals_quarkus-signals-receivers-blocking-concurrency-limit[`+++quarkus.signals.receivers.blocking-concurrency-limit+++`]## |
| 11 | +ifdef::add-copy-button-to-config-props[] |
| 12 | +config_property_copy_button:+++quarkus.signals.receivers.blocking-concurrency-limit+++[] |
| 13 | +endif::add-copy-button-to-config-props[] |
| 14 | + |
| 15 | + |
| 16 | +[.description] |
| 17 | +-- |
| 18 | +The maximum number of receivers with blocking execution model that can execute concurrently. |
| 19 | + |
| 20 | +Requests that exceed the limit are queued and executed as prior receivers complete. If not set, no concurrency limit is applied. |
| 21 | + |
| 22 | + |
| 23 | +ifdef::add-copy-button-to-env-var[] |
| 24 | +Environment variable: env_var_with_copy_button:+++QUARKUS_SIGNALS_RECEIVERS_BLOCKING_CONCURRENCY_LIMIT+++[] |
| 25 | +endif::add-copy-button-to-env-var[] |
| 26 | +ifndef::add-copy-button-to-env-var[] |
| 27 | +Environment variable: `+++QUARKUS_SIGNALS_RECEIVERS_BLOCKING_CONCURRENCY_LIMIT+++` |
| 28 | +endif::add-copy-button-to-env-var[] |
| 29 | +-- |
| 30 | +|int |
| 31 | +| |
| 32 | + |
| 33 | +a| [[quarkus-signals_quarkus-signals-receivers-virtual-thread-concurrency-limit]] [.property-path]##link:#quarkus-signals_quarkus-signals-receivers-virtual-thread-concurrency-limit[`+++quarkus.signals.receivers.virtual-thread-concurrency-limit+++`]## |
| 34 | +ifdef::add-copy-button-to-config-props[] |
| 35 | +config_property_copy_button:+++quarkus.signals.receivers.virtual-thread-concurrency-limit+++[] |
| 36 | +endif::add-copy-button-to-config-props[] |
| 37 | + |
| 38 | + |
| 39 | +[.description] |
| 40 | +-- |
| 41 | +The maximum number of receivers with virtual thread execution model that can execute concurrently. |
| 42 | + |
| 43 | +Requests that exceed the limit are queued and executed as prior receivers complete. If not set, no concurrency limit is applied. |
| 44 | + |
| 45 | + |
| 46 | +ifdef::add-copy-button-to-env-var[] |
| 47 | +Environment variable: env_var_with_copy_button:+++QUARKUS_SIGNALS_RECEIVERS_VIRTUAL_THREAD_CONCURRENCY_LIMIT+++[] |
| 48 | +endif::add-copy-button-to-env-var[] |
| 49 | +ifndef::add-copy-button-to-env-var[] |
| 50 | +Environment variable: `+++QUARKUS_SIGNALS_RECEIVERS_VIRTUAL_THREAD_CONCURRENCY_LIMIT+++` |
| 51 | +endif::add-copy-button-to-env-var[] |
| 52 | +-- |
| 53 | +|int |
| 54 | +| |
| 55 | + |
| 56 | +|=== |
| 57 | + |
0 commit comments