# # Java Properties for the JMS Producer Log Channel Driver # # It is NOT a requirement to use this file. # The JMS Producer Log Channel Driver may be configured solely # using the iManager JMS Channel configuration page. # # If you wish to turn debug logging on, you must do this here. # It is not supported through iManager specifically. # # If you set Java property values with this file, the values # set here will overwrite any values already specified in the # iManager JMS Channel configuration page. # # For JMS Producer, general miscellaneous properties # # jms.prod.dbg.file default is jmsProd. Do not specify a suffix, since # "_x.log" will be appended to the name (where x is # a number). You may specify a prepended path. jms.prod.dbg.file=jmsProd # jms.prod.dbg.level default is OFF. Valid values are: OFF, SEVERE, # WARNING, INFO, CONFIG, FINE, FINER, FINEST, or ALL # (as defined in java.util.logging.Level). # Output is simplified. A date stamp is only on levels # INFO or higher output. jms.prod.dbg.level=OFF # jms.prod.dbg.numFiles default is 2. It may be 1 or more. jms.prod.dbg.numFiles=2 # jms.prod.dbg.maxFileLenBytes default is 888888 (in bytes) which is # approx. 25k lines. Debug logging will continue in # another file when the current file length reaches # this size in bytes, if numFiles is more than 1. jms.prod.dbg.maxFileLenBytes=8888 # Producer type values can only be either pubSub or ptToPt. # jms.prod.type default is pubSub. The only other valid value is ptToPt. jms.prod.type=pubSub # # For JMS Producer, JNDI Connection properties # #jms.prod.init.ctx.factory=com.sun.jndi.cosnaming.CNCtxFactory #jms.prod.obj.factory=com.sssw.jms.naming.ldap.LDAPObjectFactory # The provider URL can be a space-separated list (of up to 10 URLs). #jms.prod.provider.url=jdbc://localhost:53506 #jms.prod.connFactory=topic/connectionFactory #jms.prod.destination=topic/nauditTopic #jms.prod.user=admin #jms.prod.password=test # Other possible values (samples) #jms.prod.init.ctx.factory=com.sun.jndi.ldap.LdapCtxFactory #jms.prod.provider.url=ldap://localhost:389 #jms.prod.provider.url=jdbc:mysql://localhost:53506 #jms.prod.connFactory=cn=messageServer1,cn=messageCluster,o=messageService #jms.prod.destination=cn=topic0,cn=SampleTopics,cn=messageCluster,o=messageService #jms.prod.user=cn=admin,o=acme #jms.prod.password=novell