The issue is for an application built on Java Platform. While subscribing to a JMS message from other Application, the message fails with the following exception
Caused by: java.lang.IllegalArgumentException
at java.util.Currency.getInstance(Currency.java:320)
at java.util.Currency.getInstance(Currency.java:284)
The exception is coming from Java Util. Going a step further java.util.currency supports ISO 4217 currency codes. (https://www.iso.org/iso-4217-currency-codes.html to get the valid currencies as per ISO 4217). Now CNH is not a valid currency as per ISO 4217 standards.
PRC released CNH for trading Chinese currency outside China. This a valid requirement
Can the Java experts provide for any workaround for this issue
Regards,
Sameer