Sensitive Property: trueSSL Context Service | SSL Context Service | | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | The Controller Service to use in order to obtain an SSL Context. |
Message Type | Message Type | byte | | The Type of JMS Message to Construct |
Message Priority | Message Priority | | | The Priority of the Message Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Reply-To Queue | Reply-To Queue | | | The name of the queue to which a reply to should be added Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Max Buffer Size | Max Buffer Size | 1 MB | | The maximum amount of data that can be buffered for a JMS Message. If a FlowFile's size exceeds this value, the FlowFile will be routed to failure. |
Message Time to Live | Message Time to Live | | | The amount of time that the message should live on the destination before being removed; if not specified, the message will never expire. |
Copy Attributes to JMS Properties | Copy Attributes to JMS Properties | true | | Whether or not FlowFile Attributes should be translated into JMS Message Properties. If true, all attributes starting with 'jms.' will be set as Properties on the JMS Message (without the 'jms.' prefix). If an attribute exists that starts with the same value but ends in '.type', that attribute will be used to determine the JMS Message Property type. |
Client ID Prefix | Client ID Prefix | | | A human-readable ID that can be used to associate connections with yourself so that the maintainers of the JMS Server know who to contact if problems arise |
Relationships:
Name | Description |
---|
success | All FlowFiles that are sent to the JMS destination are routed to this relationship |
failure | All FlowFiles that cannot be routed to the JMS destination are routed to this relationship |
Reads Attributes:
None specified.Writes Attributes:
None specified.State management:
This component does not store state.Restricted:
This component is not restricted.Input requirement:
This component requires an incoming relationship.System Resource Considerations:
None specified.See Also:
GetJMSQueue, GetJMSTopic