Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-include QMUX notifications for FSDISOMsg
Commit aac64d3 results in the inability to use QMUX e.g for FSDISOMsg messages that do not have MTI compliant with the ISO 8583 standard. QMUX uses field 0 as mandatory. Therefore, in the FSDISOMsg messages it is necessary to map elements that do not have to be MTI. In this case, the m.isResponse() method can throws an ArrayIndexOutOfBoundsException. However, this can be hot-fixed by enabling the "return-rejects" parameter but a better solution is to include it in the code.
- Loading branch information