Amazon MQ for ActiveMQ broker configuration parameters
A configuration contains all of the settings for your ActiveMQ broker, in XML format (similar to ActiveMQ's activemq.xml
file). You can create a configuration before creating any brokers. You can then apply the configuration to one or more brokers. For more information, see the following:
Working with Spring XML configuration files
ActiveMQ brokers are configured using Spring XML
The full set of supported configuration options is specified in the Amazon MQ XML schemas. Download zip files of the supported schemas using the following links.
You can use these schemas to validate and sanitize your configuration files. Amazon MQ also lets you provide configurations by uploading XML files. When you upload an XML file, Amazon MQ automatically sanitizes and removes invalid and prohibited configuration parameters according to the schema.
You can use only static values for attributes. Amazon MQ sanitizes elements and attributes that contain Spring expressions, variables, and element references from your configuration.
Topics