-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,14 @@ | ||
== Messaging | ||
|
||
The export-api can listen to RabbitMQ queue (defined by property `dina.messaging.export.queue`) for object export notifications. | ||
The export-api can listen to RabbitMQ queue (defined by property `dina.messaging.export.queue`) for object export | ||
and report template upload notifications. | ||
|
||
The api will download the object export using the toa (temporary object access) key to store it as a data export. The export will then appear as a data export of type `OBJECT_ARCHIVE`. | ||
=== Object Exports | ||
|
||
The api will download the object using the toa (temporary object access) key to store it. | ||
The export will then appear as a data export of type `OBJECT_ARCHIVE`. | ||
|
||
=== Report Templates | ||
|
||
The api will download the report template using the toa (temporary object access) key to store it. | ||
The template will then be available for a report template resource to use it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters