AMQ adapter version w/o endpints for CleverSwarm integration
This commit is contained in:
@@ -33,12 +33,12 @@ class AMQRouteFactory:
|
||||
i += 1
|
||||
valid_until = int(keys[i]) if i < len(keys) else 0
|
||||
return AMQRoute(
|
||||
componentName=component_name,
|
||||
component_name=component_name,
|
||||
exchange=exchange,
|
||||
queue=queue,
|
||||
key=routing_key,
|
||||
timeout=timeout,
|
||||
validUntil=valid_until
|
||||
valid_until=valid_until
|
||||
)
|
||||
logging.error(
|
||||
" [E] AMQRoute incorrect format. AMQRoute expects input as: "
|
||||
|
||||
Reference in New Issue
Block a user