With certain JMS providers, the JMS headers may include values that
cannot be handled and added to an event, which currently throw either
a MissingConverterException or an IllegalArgumentException. This commit
attempts to handle these errors more gracefully by calling to_s and
attempting to use the string representation rather than crash the plugin
With certain JMS providers, the JMS headers may include values that cannot be handled and added to an event, which currently throw either a MissingConverterException or an IllegalArgumentException. This commit attempts to handle these errors more gracefully by calling
to_s
and attempting to use the string representation rather than crash the plugin