| Overview | Package | Class | Deprecated |
The NFM-P JMS interface has evolved over several releases. This page identifies changes to the JMS interface. Changes are divided into two sections, event changes and interface changes. They are listed at a high level, details of the changes can be found on the Developer Portal. Please review the JmsTest class for examples on how to handle backwards compatibility for the changes identified below.
Release NFM-P 25.11
- The main server and JMS server use Java 17.
NFM-P Release 25.11 still supports Java 8 for OSS connectivity, but please note that Java 8 is deprecated as of Release 25.4.- The main server and JMS server use the jakarta namespace instead of the javax namespace due to their migration to Jakarta EE 10.
Existing OSS clients that use the javax namespace may continue to do so using samOss.jar; however, users are encouraged to migrate these applications to the jakarta namespace by replacing samOss.jar with samOssJakarta.jar.