Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
a-dubaj committed Mar 31, 2022
1 parent 2319edf commit 59cf8c3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ public class RabbitMQQueueConfiguration {
Queue exampleQueue() {
return new Queue("ExampleQueue", false);
}

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

0 comments on commit 59cf8c3

Please sign in to comment.