You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This behavior should be modified to not start an RMQConsumer if update_surrogate is false. If update_surrogate is true and rabbitmq-exchange is empty then we should raise an error.
In addition the fields rabbitmq-outbound-queue, rabbitmq-exchange, rabbitmq-routing-key should be renamed to be more expressive.
The text was updated successfully, but these errors were encountered:
If the field
rabbitmq-exchange
is empty AMSlib raises an error (no matter the value ofupdate_surrogate
).This behavior should be modified to not start an RMQConsumer if
update_surrogate
is false. Ifupdate_surrogate
is true andrabbitmq-exchange
is empty then we should raise an error.In addition the fields
rabbitmq-outbound-queue
,rabbitmq-exchange
,rabbitmq-routing-key
should be renamed to be more expressive.The text was updated successfully, but these errors were encountered: