Description: EMS client trace is by default sent to STDERR. There are two approaches that can be used to have the client trace written to a file.
Resolution
1) Programmatically, you can call Tibjms.setTraceFile() with the fileName from your application code. However, this is not practical since in most cases the client application is not a simple Java client that can be changed as needed.
2). Set the JVM property -Dtibco.tibjms.trace.file .