commonevent.properties 623 B

1234567891011121314151617181920
  1. # The config file is give serve to BOSEventServiceAdapter.
  2. # use it for communicating with event server
  3. #
  4. #enable commonevent's BOS adapter,if false,will ingore the adapter
  5. enableBOSAdapter=false
  6. #the protocol of access to event server,value as follow:vm;ormrpc;webservice;
  7. protocol=vm
  8. #event server's access url
  9. #demo:
  10. #vm -> localhost
  11. #ormrpc -> tcp://192.168.123.23:11036
  12. #webservice -> http://192.168.19.5:6888/ormrpc/services/WSWSVoucher
  13. serverUrl=localhost
  14. #the defaultEvnetprocuder,reponsible for create event and send it.
  15. defaultEventProcuder=com.kingdee.bos.event.producer.BOSEventProducer