Merge branch 'RED-9164' into 'master'
RED-9164 - Change OCR queues to match with older OCR version Closes RED-9164 See merge request redactmanager/persistence-service!504
This commit is contained in:
commit
efdf6a8868
@ -35,9 +35,10 @@ public class MessagingConfiguration {
|
||||
public static final String REPORT_RESULT_QUEUE = "reportResultQueue";
|
||||
public static final String REPORT_RESULT_DLQ = "reportResultDLQ";
|
||||
|
||||
public static final String OCR_REQUEST_QUEUE = "ocr_request_queue";
|
||||
//TODO change the queues back when upgrading OCR service
|
||||
public static final String OCR_REQUEST_QUEUE = "ocrQueue";
|
||||
public static final String OCR_RESPONSE_QUEUE = "ocr_response_queue";
|
||||
public static final String OCR_DLQ = "ocr_dead_letter_queue";
|
||||
public static final String OCR_DLQ = "ocrDLQ";
|
||||
public static final String OCR_STATUS_UPDATE_RESPONSE_QUEUE = "ocr_status_update_response_queue";
|
||||
public static final String OCR_STATUS_UPDATE_RESPONSE_DQL = "ocr_status_update_dead_letter_queue";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user