Docker based deployment

User: "Basant"
New Altair Community Member
Updated by Jocelyn
What parameter should be set to disable embedded ActiveMQ broker while starting rapid miner server through docker

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "ZSzatmari"
    New Altair Community Member
    For all of our depoyments we try to us the configuration files as the default configuration sources. Some of the parameters/properties are exposed as environment variables, because setting these is needed for any other special deployment purposes, but otherwise we propose to use the standard way: tune the configuration files e.g. on the persistent rapidminer home volume. 

    To answer the question: to disable the embedded ActiveMQ we do not have environment variable. After the first startup you can check the configuration files in the persistent rapidminer home: set the "jobservice.queue.activemq.embeddedBroker.enabled = false" in the configuration/execution.properties