Skip to content

Commit

Permalink
RabbitMQ_missing_queue: Adding rabbitMQ listener method for animal su…
Browse files Browse the repository at this point in the history
…bject deletion in preclinical ms
  • Loading branch information
DuckflipXYZ committed Dec 17, 2024
1 parent e548108 commit 4f83172
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,9 @@ public static Queue studiesSubjectStudyStudyCardTagQueue() {

@Bean
public static Queue deleteSubjectQueue() { return new Queue(DELETE_SUBJECT_QUEUE, true); }

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

@Bean
public static Queue importerQueue() {
Expand Down

0 comments on commit 4f83172

Please sign in to comment.