]
Jeff Mesnil updated WFLY-12415:
-------------------------------
Issue Type: Bug (was: Enhancement)
Complete message object visible in ERROR at
org.jboss.resource.adapter.jms.inflow.JmsServerSession
--------------------------------------------------------------------------------------------------
Key: WFLY-12415
URL:
https://issues.jboss.org/browse/WFLY-12415
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 17.0.1.Final
Environment: Jboss eap 7.1.4
Reporter: Ilia Vassilev
Assignee: Ilia Vassilev
Priority: Major
JMS message data is thrown in server.log for error in
org.jboss.resource.adapter.jms.inflow.JmsServerSession, since this can be sensitive data
for users, there is no option to hide the data while having the exception.
09:54:28,428 ERROR [org.jboss.resource.adapter.jms.inflow.JmsServerSession]
(default-threads - 38) Unexpected error delivering message TextMessage={ Header={
JMSMessageID={ID: XXXXXXXXXXXXXXXXXX} JMSDestination={Queue[]} JMSReplyTo={null}
JMSDeliveryMode={PERSISTENT} JMSRedelivered={false} JMSCorrelationID={null} JMSType={null}
JMSTimestamp={Wed Jul 03 09:54:23 GMT 2019} JMSDeliveryTime={Wed Jul 03 09:54:23 GMT 2019}
JMSExpiration={0} JMSPriority={4} } Properties={ WHOLE EVENT MESSAGE DISPLAY HERE} }:
javax.ejb.EJBTransactionRolledbackException: Problem during method invocation (onMessage)
This exception originates from this line:
https://github.com/jms-ra/generic-jms-ra/blob/master/generic-jms-ra-jar/s...