Class JndiJmsConnectionFactoryProvider

All Implemented Interfaces:
ConfigurableComponent, ControllerService, IJMSConnectionFactoryProvider, JMSConnectionFactoryProviderDefinition

@Tags({"jms","jndi","messaging","integration","queue","topic","publish","subscribe"}) @CapabilityDescription("Provides a service to lookup an existing JMS ConnectionFactory using the Java Naming and Directory Interface (JNDI).") @DynamicProperty(description="In order to perform a JNDI Lookup, an Initial Context must be established. When this is done, an Environment can be established for the context. Any dynamic/user-defined property that is added to this Controller Service will be added as an Environment configuration/variable to this Context.", name="The name of a JNDI Initial Context environment variable.", value="The value of the JNDI Initial Context environment variable.", expressionLanguageScope=ENVIRONMENT) @SeeAlso(classNames={"org.apache.nifi.jms.processors.ConsumeJMS","org.apache.nifi.jms.processors.PublishJMS","org.apache.nifi.jms.cf.JMSConnectionFactoryProvider"}) public class JndiJmsConnectionFactoryProvider extends AbstractControllerService implements JMSConnectionFactoryProviderDefinition