Alfresco / alfresco-docker-installer

Generator to build Docker Compose templates to deploy Alfresco Community
Other
140 stars 57 forks source link

Add ActiveMQ to OCR and Transform #179

Closed PedroKravetz closed 10 months ago

PedroKravetz commented 10 months ago

After some search and testing, I believe that adding by default the ActiveMQ to the containers would be a good ideia, specially because the Queue, if the server goes down, when the server goes up again the OCR and Transform can start where they stopped.

aborroy commented 10 months ago

This installer applies only to Alfresco Community Edition, there is a different one for Enterprise version: https://github.com/AlfrescoLabs/alfresco-enterprise-docker

When using Community Edition, Transform Service only uses sync transformations (accessed by HTTP) while ActiveMQ regards useless. The only use for ActiveMQ with Alfresco Community is Out-Of-Process SDK.

I'm discarding this PR because of that.