Kbase P20250: SonicMQ: Is there a possibility to set verbose mode for the mail bridge
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Unverified
GOAL:
Is there a possibility to set verbose mode for the mail bridge
FACT(s) (Environment):
SonicMQ 4.x
FIX:
You can set the Session property "mail.debug" to true. This is a
properties object that is passed to the session's constructor.
Another option is to set the system property "javax.activation.debug"
to "true" (-Djavax.activation.debug=true) -- this will result in
debugging
messages being output each time JAVA attempts to load a resource
file.
And, finally, another option is to utilize JDK debugging by setting the
system property "java.security.debug" to "access:failure"
(-Djava.security.debug=access:failure).