Details
-
New Feature
-
Resolution: Unresolved
-
Major
-
None
-
0.9.17
-
None
Description
We are using the JMSQueueAppender remotely with a centralised server that uses the DBAppender to log to the database. However, since the JMSQueueAppender does not send the caller data, and the DBAppender always expect it, the operation never succeeded.
There are two options to fix this, either add the includeCallerData option in the JMS Appender or to exclude caller data in the DB Appender.