tleyden / open-ocr

Run your own OCR-as-a-Service using Tesseract and Docker
Apache License 2.0
1.33k stars 223 forks source link

Replace RabbitMQ with ActiveMQ #102

Open sreejithcts opened 6 years ago

sreejithcts commented 6 years ago

In OpenOCR can we replace RabbitMQ with ActiveMQ which has Apache licensing.

tleyden commented 6 years ago

@sreejithcts I was originally going to say it sounds like a ton of work, but since the code uses github.com/streadway/amqp to talk to the message queue, it might be just a matter of swapping out the rabbitmq docker image with activemq.