NHMDenmark / DaSSCo-asset-service

DaSSCo asset service is part of DaSSCo storage system
0 stars 0 forks source link

ARS - AMQP Client #89

Open Grand666 opened 2 months ago

Grand666 commented 2 months ago

When we receive a completed asset, we want to synchronise it to Specify by pushing the metadata to a RabbitMQ queue, which listens for any assets and sends them off.

To push the asset(s) to the queue, we need a JMS Client we can call to push the assets to the queue. We also need OAUTH to be a requirement for this function.

Acceptance Criteria