refactoring
This commit is contained in:
parent
442fe9029e
commit
ccb7b94700
@ -1412,7 +1412,7 @@ queue:
|
|||||||
# Number of messages per consumer
|
# Number of messages per consumer
|
||||||
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
||||||
# Number of threads of pubsub executor provider
|
# Number of threads of pubsub executor provider
|
||||||
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_SIZE:50}"
|
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_POOL_SIZE:50}"
|
||||||
queue-properties:
|
queue-properties:
|
||||||
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
||||||
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
||||||
|
|||||||
@ -173,7 +173,7 @@ queue:
|
|||||||
# Number of messages per consumer
|
# Number of messages per consumer
|
||||||
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
||||||
# Number of threads of pubsub executor provider
|
# Number of threads of pubsub executor provider
|
||||||
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_SIZE:50}"
|
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_POOL_SIZE:50}"
|
||||||
queue-properties:
|
queue-properties:
|
||||||
# Pub/Sub properties for Core subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
# Pub/Sub properties for Core subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
||||||
core: "${TB_QUEUE_PUBSUB_CORE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
core: "${TB_QUEUE_PUBSUB_CORE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
||||||
|
|||||||
@ -296,7 +296,7 @@ queue:
|
|||||||
# Number of messages per consumer
|
# Number of messages per consumer
|
||||||
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
||||||
# Number of threads of pubsub executor provider
|
# Number of threads of pubsub executor provider
|
||||||
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_SIZE:50}"
|
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_POOL_SIZE:50}"
|
||||||
queue-properties:
|
queue-properties:
|
||||||
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
||||||
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
||||||
|
|||||||
@ -279,7 +279,7 @@ queue:
|
|||||||
# Number of messages per a consumer
|
# Number of messages per a consumer
|
||||||
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
||||||
# Number of threads of pubsub executor provider
|
# Number of threads of pubsub executor provider
|
||||||
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_SIZE:50}"
|
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_POOL_SIZE:50}"
|
||||||
queue-properties:
|
queue-properties:
|
||||||
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consume again
|
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consume again
|
||||||
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
||||||
|
|||||||
@ -375,7 +375,7 @@ queue:
|
|||||||
# Number of messages per consumer
|
# Number of messages per consumer
|
||||||
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
||||||
# Number of threads of pubsub executor provider
|
# Number of threads of pubsub executor provider
|
||||||
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_SIZE:50}"
|
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_POOL_SIZE:50}"
|
||||||
queue-properties:
|
queue-properties:
|
||||||
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
||||||
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
||||||
|
|||||||
@ -312,7 +312,7 @@ queue:
|
|||||||
# Number of messages per consumer
|
# Number of messages per consumer
|
||||||
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
||||||
# Number of threads of pubsub executor provider
|
# Number of threads of pubsub executor provider
|
||||||
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_SIZE:50}"
|
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_POOL_SIZE:50}"
|
||||||
queue-properties:
|
queue-properties:
|
||||||
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
||||||
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
||||||
|
|||||||
@ -265,7 +265,7 @@ queue:
|
|||||||
# Number of messages per consumer
|
# Number of messages per consumer
|
||||||
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
max_messages: "${TB_QUEUE_PUBSUB_MAX_MESSAGES:1000}"
|
||||||
# Number of threads of pubsub executor provider
|
# Number of threads of pubsub executor provider
|
||||||
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_SIZE:50}"
|
executor_thread_pool_size: "${TB_QUEUE_PUBSUB_EXECUTOR_THREAD_POOL_SIZE:50}"
|
||||||
queue-properties:
|
queue-properties:
|
||||||
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
# Pub/Sub properties for Rule Engine subscribers, messages which will commit after ackDeadlineInSec period can be consumed again
|
||||||
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
rule-engine: "${TB_QUEUE_PUBSUB_RE_QUEUE_PROPERTIES:ackDeadlineInSec:30;messageRetentionInSec:604800}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user