Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Docker based deployment

BasantBasant Member Posts: 1 Learner I
What parameter should be set to disable embedded ActiveMQ broker while starting rapid miner server through docker

Answers

  • ZSzatmariZSzatmari Employee, Member Posts: 13 RM Engineering
    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
Sign In or Register to comment.