All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.springwolf.plugins.jms.configuration.properties.SpringwolfJmsConfigConstants Maven / Gradle / Ivy

There is a newer version: 1.9.0
Show newest version
// SPDX-License-Identifier: Apache-2.0
package io.github.springwolf.plugins.jms.configuration.properties;

import static io.github.springwolf.core.configuration.properties.SpringwolfConfigConstants.ENABLED;
import static io.github.springwolf.core.configuration.properties.SpringwolfConfigConstants.SCANNER;
import static io.github.springwolf.core.configuration.properties.SpringwolfConfigConstants.SPRINGWOLF_PLUGIN_CONFIG_PREFIX;

public class SpringwolfJmsConfigConstants {

    public static final String SPRINGWOLF_JMS_CONFIG_PREFIX = SPRINGWOLF_PLUGIN_CONFIG_PREFIX + ".jms";

    public static final String SPRINGWOLF_JMS_PLUGIN_PUBLISHING_ENABLED = "publishing.enabled";

    public static final String SPRINGWOLF_SCANNER_JMS_LISTENER_ENABLED =
            SPRINGWOLF_JMS_CONFIG_PREFIX + SCANNER + ".jms-listener" + ENABLED;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy