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

gov.nasa.pds.harvest.cfg.ActiveMQCfg Maven / Gradle / Ivy

package gov.nasa.pds.harvest.cfg;

/**
 * ActiveMQ configuration
 * @author karpenko
 */
public class ActiveMQCfg
{
    /**
     * ActiveMQ url
     */
    public String url;

    /**
     * ActiveMQ user
     */
    public String userName;
    
    /**
     * ActiveMQ password
     */
    public String password;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy