This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 91a9a41321a26943497938a5afa74cf413db4c94 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Tue Aug 31 07:05:55 2021 +0200 Regen --- docs/components/modules/ROOT/pages/jt400-component.adoc | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/components/modules/ROOT/pages/jt400-component.adoc b/docs/components/modules/ROOT/pages/jt400-component.adoc index b8a0fc5..12d1ae2 100644 --- a/docs/components/modules/ROOT/pages/jt400-component.adoc +++ b/docs/components/modules/ROOT/pages/jt400-component.adoc @@ -230,13 +230,15 @@ The following headers are potentially available. If the values could not be determined, the headers will not be set [width="100%",cols="2m,2m,1m,5",options="header"] |=== -| Header constant | Header value | Type | Description -| Jt400Constants.MESSAGE_ID | "CamelJt400MessageID" | String | The message identifier -| Jt400Constants.MESSAGE_FILE | "CamelJt400MessageFile" | String | The message file name -| Jt400Constants.MESSAGE_TYPE | "CamelJt400MessageType" | Integer | The message type (corresponds to constants defined in the AS400Message class) -| Jt400Constants.MESSAGE_DFT_RPY | "CamelJt400MessageDefaultReply" | String | The default message reply, when the message is an inquiry message -| Jt400Constants.MESSAGE_REPLYTO_KEY | "CamelJt400MessageReplyToKey" | byte[] | The key of the message that will be replied to (if the `sendingReply` parameter is set to `true`) -| Jt400Constants.SENDER_INFORMATION | "SENDER_INFORMATION" | String | The job identifier of the sending job +| Header constant | Header value | Type | Description +| Jt400Constants.MESSAGE | "CamelJt400Message" | QueuedMessage | The message received +| Jt400Constants.MESSAGE_ID | "CamelJt400MessageID" | String | The message identifier +| Jt400Constants.MESSAGE_FILE | "CamelJt400MessageFile" | String | The message file name +| Jt400Constants.MESSAGE_TYPE | "CamelJt400MessageType" | Integer | The message type (corresponds to constants defined in the AS400Message class) +| Jt400Constants.MESSAGE_SEVERITY | "CamelJt400MessageSeverity" | Integer | The message severity (Valid values are between 0 and 99, or -1 if it is not set) +| Jt400Constants.MESSAGE_DFT_RPY | "CamelJt400MessageDefaultReply" | String | The default message reply, when the message is an inquiry message +| Jt400Constants.MESSAGE_REPLYTO_KEY | "CamelJt400MessageReplyToKey" | byte[] | The key of the message that will be replied to (if the `sendingReply` parameter is set to `true`) +| Jt400Constants.SENDER_INFORMATION | "SENDER_INFORMATION" | String | The job identifier of the sending job |=== === Producer headers when sending to message queues