X Platform Documentation Portal

Release Notes

X Platform Documentation Portal

Skip to end of metadata
Go to start of metadata

Release Date: Monday, July 11, 2016

Compatibility Notes

(warning) The following issues have compatibility implications:

Change Log

Improvement

TOA-80 - Hornet property to control default delay or priority of injected messages

This release introduces the ability to set the default value for the delay used for Hornet MessageInjector calls that don't specify a delay by setting the new configuration property 'nv.toa.defaultinjectiondelay':

Calls affected by the new property (when set):

If not set the property defaults to 0 meaning that injected messages will not be delayed or prioritized.

TOA-89 - Javadoc Hornet Configuration Properties

This story creates constant values for Hornet configuration properties and provides javadoc for them.

See: Contant Field Values


Compatiblity Notes:

The property name 'nv.toa.strictServiceLocatorValidation' has been deprecated and is replaced with 'nv.toa.strictservicelocatorvalidation'. The original property name can still be used, but takes lower precendence than the new all lowercase name.

Change

TOA-84 - Modify Hornet TopicOrientedApplication to trace AepEngineStopEvents with no exception at INFO level rather than WARNING.

By default hornet logs Alert events to the 'nv.toa' trace logger at the trace level defined by the property 'nv.toa.alerttracelevel'. Because AepEngineStoppedEvent is an alert event the stop event will be traced as well even if the stopped event is normal stop with an exception. This release now suppress logging of AepEngineStoppedEvent when the event indicates a normal shutdown (e.g. when getCause() == null).

  • No labels