RED-1098: Corrected queue setting on pdftron-message-receiver
This commit is contained in:
parent
80621cfab2
commit
78ae62955d
@ -18,7 +18,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||
@Service
|
||||
@RequiredArgsConstructor
|
||||
@FieldDefaults(level = AccessLevel.PRIVATE, makeFinal = true)
|
||||
@RabbitListener(queues = MessagingConfiguration.REPORT_RESULT_QUEUE)
|
||||
@RabbitListener(queues = MessagingConfiguration.PDFTRON_RESULT_QUEUE)
|
||||
public class RedactionResultMessageReceiver {
|
||||
|
||||
ObjectMapper objectMapper;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user