diff --git a/tol_lab_share/config/rabbit.py b/tol_lab_share/config/rabbit.py index 3114bb2..0ca6b3d 100644 --- a/tol_lab_share/config/rabbit.py +++ b/tol_lab_share/config/rabbit.py @@ -42,7 +42,7 @@ consumed_queue="tls.volume-tracking", message_subjects={ RABBITMQ_SUBJECT_CREATE_ALIQUOT_IN_MLWH: MessageSubjectConfig( - processor=CreateAliquotProcessor, reader_schema_version="1" + processor=CreateAliquotProcessor, reader_schema_version="2" ), }, publisher_details=MLWH_RABBIT_SERVER,