The resulting payload prints a different value (i.e., [195,131,195,137,195,136]) compared to what was sent to the queue (i.e., [195, 201, 200]). This discrepancy may be due to the connector only handling ASCII encoding. There is a requirement to support EBCDIC or custom encoding.
Description: Consider the following scenario of sending a
byte[]
encoded in EBCDIC:The resulting payload prints a different value (i.e., [195,131,195,137,195,136]) compared to what was sent to the queue (i.e., [195, 201, 200]). This discrepancy may be due to the connector only handling ASCII encoding. There is a requirement to support EBCDIC or custom encoding.
Describe your problem(s)
Describe your solution(s)
Related Issues (optional):
Suggested Labels (optional):
Suggested Assignees (optional):