For more information about origin of this issue see JBEAP-13856.
MessageImpl class in Artemis 1.x contains vendor specific JMS constants which can be used to enable/configure some features of Artemis. If users use this class to reference the constants, their applications won't work with EAP 7.2.
This class is available in EAP 7.1 JMS client BOM.
Example of usage
msg.setLongProperty(MessageImpl.HDR_SCHEDULED_DELIVERY_TIME.toString(), timeout);
Customer impact: Customers have to update and recompile their applications.
- blocks
-
WFLY-10320 Upgrade artemis from 1.5.x to 2.x.x
- Closed