Skip to content

Commit

Permalink
Merge pull request #2554 from DuckflipXYZ/RabbitMQ_missing_queue
Browse files Browse the repository at this point in the history
RabbitMQ_missing_queue: Adding rabbitMQ listener method for animal subject deletion in preclinical ms
  • Loading branch information
michaelkain authored Jan 6, 2025
2 parents d7c8af2 + 4f83172 commit ff6761a
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 ff6761a

Please sign in to comment.