| Interface | Description |
|---|---|
| JMSConsumer.ConsumerCallback |
Callback to be invoked while executing inJMS call (the call within the
live JMS session)
|
| JMSPublisher.JmsPropertySetter |
Implementations of this interface use
Message methods to set strongly typed properties. |
| Class | Description |
|---|---|
| AbstractJMSProcessor<T extends JMSWorker> |
Base JMS processor to support implementation of JMS producers and consumers.
|
| AbstractJMSProcessor.ConnectionFactoryConfigValidator | |
| ConsumeJMS |
Consuming JMS processor which upon each invocation of
AbstractJMSProcessor.onTrigger(ProcessContext, ProcessSession) method will construct a
FlowFile containing the body of the consumed JMS message and JMS
properties that came with message which are added to a FlowFile as
attributes. |
| JMSConsumer |
Generic consumer of messages from JMS compliant messaging system.
|
| JMSConsumer.JMSResponse | |
| JMSPublisher |
Generic publisher of messages to JMS compliant messaging system.
|
| JMSWorker |
Base class for implementing publishing and consuming JMS workers.
|
| MessageBodyToBytesConverter | |
| MessageBodyToBytesConverter.BytesMessageInputStream | |
| PublishJMS |
An implementation of JMS Message publishing
Processor which upon each
invocation of AbstractJMSProcessor.onTrigger(ProcessContext, ProcessSession) method will
construct a Message from the contents of the FlowFile sending
it to the Destination identified by the
AbstractJMSProcessor.DESTINATION property while transferring the
incoming FlowFile to 'success' Relationship. |
| Enum | Description |
|---|---|
| JMSPublisher.JmsPropertySetterEnum |
| Exception | Description |
|---|---|
| MessageBodyToBytesConverter.MessageConversionException |
Copyright © 2021 Apache NiFi Project. All rights reserved.