Skip to content

Commit

Permalink
GROUP-91 Update Spring Cloud Stream configuration to give each instan…
Browse files Browse the repository at this point in the history
…ce a unique consumer queue
  • Loading branch information
makmn1 committed Mar 1, 2024
1 parent 5fda9a0 commit ebff752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spring:
group: ${spring.application.name}
processedEvents-in-0:
destination: group-event-results
group: ${spring.application.name}
group: ${spring.application.name}-${random.value}
rabbitmq:
host: {$SPRING_RABBITMQ_HOST:localhost}
port: 5672
Expand Down

0 comments on commit ebff752

Please sign in to comment.