org.apache.camel.component.activemq.ActiveMQEndpointConfigurer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-activemq Show documentation
Show all versions of camel-activemq Show documentation
ActiveMQ component for Camel
/* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.activemq;
import java.util.Map;
import org.apache.camel.CamelContext;
import org.apache.camel.spi.GeneratedPropertyConfigurer;
import org.apache.camel.spi.PropertyConfigurerGetter;
import org.apache.camel.util.CaseInsensitiveMap;
import org.apache.camel.component.jms.JmsEndpointConfigurer;
/**
* Generated by camel build tools - do NOT edit this file!
*/
@SuppressWarnings("unchecked")
public class ActiveMQEndpointConfigurer extends JmsEndpointConfigurer implements GeneratedPropertyConfigurer, PropertyConfigurerGetter {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy