Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dubaj committed Oct 24, 2024
1 parent 9820746 commit 7b3bab1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class RabbitMQQueueConfiguration {
Queue exampleQueue() {
return new Queue("ExampleQueue", false);
}

@Bean
Queue example2andQueue() {
return QueueBuilder.durable("Example2ndQueue")
Expand Down

0 comments on commit 7b3bab1

Please sign in to comment.