Skip to content

Commit

Permalink
Merge pull request #20 from GroupHQ/GROUP-91-Missing-Events
Browse files Browse the repository at this point in the history
GROUP-91 Missing Events - RabbitMQ Fan-Out Misconfiguration
  • Loading branch information
makmn1 committed Mar 1, 2024
2 parents 7b0fef0 + e7d9562 commit 63d932e
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 @@ -62,7 +62,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 63d932e

Please sign in to comment.