Advertisement
Guest User

Untitled

a guest
Feb 2nd, 2018
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Root context del contenido estatico
  2. static.content.context=/estatico
  3.  
  4. # Configuracion JNDI
  5. jndi.mq.queue.factory=jms/mrhQueueFactory
  6. jndi.mq.in.queue.name=jms/mrhInQueue
  7. jndi.mq.mt.in.queue.name=jms/mrhMtInQueue
  8. jndi.mq.out.queue.name=jms/mrhOutQueue
  9. jndi.mq.bg.queue.factory=jms/mrhQueueFactory
  10. jndi.mq.out.bg.queue.name=jms/mrhToCuentas
  11. jndi.mq.in.bg.queue.name=jms/cuentasToMrh
  12. jndi.db.mrh=jdbc/mrhOracle
  13.  
  14. mq.bytesmessage.maxlength=1048576
  15.  
  16. # Configuracion de MLT
  17. mlt.canal=CH_MRH
  18. mlt.version=1.0
  19. mlt.hostname.trans=localhost
  20. mlt.port.trans=8051
  21. mlt.port.trans.timeout=60000
  22. mlt.hostname.req=localhost
  23. mlt.port.req=8050
  24. mlt.port.req.timeout=60000
  25.  
  26. # Configuracion de Health Sched
  27. sched.hostname=localhost
  28. sched.port.health=8285
  29. sched.port.health.timeout=60000
  30.  
  31. #Configuracion MSC
  32. mscApplicationName=MRH
  33. mscModuleName=MRH
  34. mscHost=centoswas
  35. mscPort=9443
  36. mscKeystore=D:/Workspaces/Eclipse/Neon/MRH/WS_MRH/MRH_Config/security/MRH_MRH.p12
  37.  
  38. #Nombre de las credenciales a obtener desde MSC
  39. mscMlsCredentialName=MRH_MLS_USER
  40. mscBsvCredentialName=MRH_BSV_USER
  41.  
  42. # Configuracion EBM - Monitoreo
  43. monitoreo.url_reporte=http://centoswas:9080/intranet/Mediciones/
  44. monitoreo.periodo_vuelco=60
  45. monitoreo.aplicacion=MRH
  46. monitoreo.arquitectura.periodo=60
  47. monitoreo.activado=false
  48. monitoreo.debug=true
  49. monitoreo.transaccion.recepcion_mensaje_bg=recepcion_mensaje_bg
  50. monitoreo.transaccion.procesamiento_mensaje_mt=procesamiento_mensaje
  51. monitoreo.transaccion.envio_reporte_swift=envio_reporte_swift
  52. monitoreo.transaccion.envio_pedido_reporte_bg=envio_pedido_reporte_bg
  53. monitoreo.transaccion.recepcion_mensaje=recepcion_mensaje
  54. monitoreo.transaccion.alta_pago=alta_pago
  55. monitoreo.transaccion.envio_notificacion=envio_notificacion_swift
  56. monitoreo.transaccion.checkpoint-1=envio_checkpoint_1
  57. monitoreo.controlable.db.name=MRH_DB
  58. monitoreo.controlable.mq.in.name=MQ_IN
  59. monitoreo.controlable.mq.out.name=MQ_OUT
  60. monitoreo.controlable.mq.in.bg.name=MQ_IN_BG
  61. monitoreo.controlable.mq.out.bg.name=MQ_OUT_BG
  62. monitoreo.controlable.mlt.name=MLT_REQ
  63. monitoreo.controlable.bsv.name=BSV
  64. monitoreo.controlable.sched.name=SCHED
  65.  
  66. #Configuracion BSV
  67. bs.server=127.0.0.1
  68. bs.ip=127.0.0.1
  69. bs.port=5600
  70. bs.timeout=5000
  71. bs.intentos=2
  72. bs.canal=comex
  73. bs.modo=BS
  74.  
  75. #Certificado login
  76. login.certificado.certifId=default
  77.  
  78. horaInicioVentanaAltaPago=8
  79. minutosInicioVentanaAltaPago=00
  80. horaFinVentanaAltaPago=18
  81. minutosFinVentanaAltaPago=00
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement