# # wsif.test.properties is internal use only. It is used to control WSIF's junit # tests. # # wsif.path= wsif.path=/wsif # # wsif.async.replytoq value should match the wsiftestjmssetup and wsitestfmqsetup bat files # wsif.async.replytoq= wsif.async.replytoq=AsyncReplyTo wsif.async.replytoq2=AsyncReplyTo2 # # the nativejms properties should match the wsifjmssetup and wsifmqsetup bat files wsif.nativejms.requestq=NativeJmsRequestQueue wsif.nativejms.responseq=NativeJmsResponseQueue # # wsif.test.components switches off some areas of unit test so that you can run # whole suite without jms, ejb, remotewsdl (in WsdlLoadingTest) or jndi. By default, # all areas are on unless you explicitly turn them off. # wsif.test.components=[ejb=on|off,][jms=on|off,][remotewsdl=on|off,][jndi=on|off,][async=on|off] wsif.test.components=ejb=on,jms=on,remotewsdl=on,jndi=on,fix=off,async=on # # wsif.jms.output=terse|verbose Controls how much output you get from the # JMS2HTTPBridge when running the testcases. Default is terse. wsif.jms.output=terse