Skip to content

Commit

Permalink
Update RabbitMQConfiguration.java
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkain authored Jan 6, 2025
1 parent fb21bfd commit 029e923
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -316,12 +316,12 @@ public static Queue studiesSubjectStudyStudyCardTagQueue() {
@Bean
public static Queue deleteSubjectQueue() {
return new Queue(DELETE_SUBJECT_QUEUE, true);
}
}

@Bean
@Bean
public static Queue deleteAnimalSubjectQueue() {
return new Queue(DELETE_ANIMAL_SUBJECT_QUEUE, true);
}
}

@Bean
public static Queue importerQueue() {
Expand Down

0 comments on commit 029e923

Please sign in to comment.