#26 - fix the boolean config value conversion, organize all config values to single class

This commit is contained in:
Stanislav Hejny
2025-04-29 13:05:56 +01:00
parent dbdf87ad77
commit d1ba4db460
7 changed files with 60 additions and 68 deletions
+3 -1
View File
@@ -70,7 +70,9 @@ class AMQService:
loop
)
backpressure_handler = BackpressureHandler(
channel=self.rabbit_mq_client.channel, loop=loop
channel=self.rabbit_mq_client.channel,
loop=loop,
config=self.amq_configuration,
)
self.amq_data_message_handler = DataMessageHandler(
service_adapter,