Skip to content

Commit

Permalink
RabbitMQ listener properties (#899)
Browse files Browse the repository at this point in the history
* Rename dmf defaults properties to config rabbitmq's simple listener

Signed-off-by: Natalia Kislicyn <[email protected]>

* set rabbitmq listener prefetch and concurrency properties

Signed-off-by: Natalia Kislicyn <[email protected]>
  • Loading branch information
Nkyn authored and Dominic Schabel committed Oct 21, 2019
1 parent 1a0c6cb commit b50a82f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
#

## DMF RabbitMQ configuration - START
spring.rabbitmq.listener.prefetch=10
spring.rabbitmq.listener.concurrency=3
spring.rabbitmq.listener.max-concurrency=10
spring.rabbitmq.listener.simple.prefetch=250
spring.rabbitmq.listener.simple.concurrency=1
spring.rabbitmq.listener.simple.max-concurrency=10
spring.rabbitmq.requested-heartbeat=60

hawkbit.dmf.rabbitmq.declaration-retries=10000
Expand Down

0 comments on commit b50a82f

Please sign in to comment.