Skip to content

Commit

Permalink
Prepare 0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
cgendreau committed May 16, 2024
1 parent 15279dd commit a86fc60
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions docs/messaging.adoc
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.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>ca.gc.aafc</groupId>
<artifactId>dina-export-api</artifactId>
<version>0.9-SNAPSHOT</version>
<version>0.9</version>
<packaging>jar</packaging>

<name>DINA export API</name>
Expand Down

0 comments on commit a86fc60

Please sign in to comment.