| Overview | Package | Class | Deprecated |
The 5620 SAM-O 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, detail of the change is defined in the developers guide. Please review the JmsTest class for examples on how to handle backwards compatibility for changes identified below.
Release SAM 13.0
- ExternalContext Reference - The JNDI lookup for the JMS connection factory is now based on remoting and not JNP.
- Java - Java version 7 is deprecated for OSS JMS connectivity.
The main server and JMS server use Java 8.
- AttributeValueChangeEvent - For enum and bitmask property types, the event includes the old and new text strings associated with the old and new property values under tags newValueString and oldValueString.