Delegate CEGA upload and remove tasks in Proxy
to mq_interceptor
#303
Labels
MQ-interceptor
Pull requests that update the MQ-interceptor service
TSD-Proxy
Pull requests that update the LocalEGA-TSD-Proxy service
The proxy sends upload and remove messages directly to CEGA, not via our local RMQ. So we will need the same RMQ connections details as the mq_interceptor service.
We should refactor the Proxy service to send upload messages to local RMQ instead, and have the
mq_interceptor
forwarding them to CEGA (CEGA parameters can then be removed from proxy service completely).The text was updated successfully, but these errors were encountered: