Interface ArtemisConfigurationCustomizer
public interface ArtemisConfigurationCustomizer
Callback interface that can be implemented by beans wishing to customize the Artemis JMS serverConfigurationbefore it is used by an auto-configuredEmbeddedJMSinstance.- Since:
- 1.3.0
- See Also:
ArtemisAutoConfiguration
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcustomize(org.apache.activemq.artemis.core.config.Configuration configuration)Customize the configuration.
Method Detail
customize
void customize(org.apache.activemq.artemis.core.config.Configuration configuration)
Customize the configuration.- Parameters:
configuration- the configuration to customize