Alfresco Outlook Attachments Extractor (Out-of-Process)
by Angel Borroy
Community
Out-of-process Spring Boot application using the Alfresco Java SDK Events API to extract attachments from uploaded EML/MSG files and store them in a separate folder.
About
The out-of-process counterpart to alfresco-outlook-attachments, implemented using the Alfresco Java SDK Events API instead of a classic in-process behaviour.
- Listens for node-created events via ActiveMQ
- Extracts attachments from EML/MSG files and stores them in a separate folder
- Runs as a standalone Spring Boot app or Docker container
- Configured via
application.properties(ActiveMQ URL, ACS URL, credentials)