Transports and Interfaces: Siebel Enterprise Application Integration > EAI JMS Transport >

About Logging for the JMS Transport


The JMS Transport will log messages to a file if the Java system property jms.log is set. This property is specified among the VMOPTIONS in the JVM subsystem using the -Djms.log option.

The -Djms.log option must specify the path and file name but not the extension, because the JMS Transport automatically adds the .txt extension plus some information on the PID and thread ID.

For example, by using:

VMOPTIONS="-Djms.log=C:\temp\mylog"

the log file generated will be:

C:\temp\mylog_xxx_yyy.txt

For more information on JMS logging, refer to the JMS vendor's documentation.

Transports and Interfaces: Siebel Enterprise Application Integration Copyright © 2014, Oracle and/or its affiliates. All rights reserved. Legal Notices.