Jämförda versioner

Nyckel

  • Dessa rader lades till.
  • Denna rad togs bort.
  • Formateringen ändrades.

Innehållsförteckning

Konfiguration (3.x, 4.x)

Kodblock
# Standard properties for an external ActiveMQ broker, see soitoolkit-mule-jms-connector-activemq-external.xml.
SOITOOLKIT_MULE_AMQ_BROKER_URL=failover:(tcp://localhost:61616)
SOITOOLKIT_MULE_AMQ_MAX_REDELIVERIES=3
SOITOOLKIT_MULE_AMQ_REDELIVERY_DELAY=10000
SOITOOLKIT_MULE_AMQ_NO_OF_CONSUMERS=2

# Default queue names for info end error log-events
SOITOOLKIT_LOG_INFO_QUEUE=SOITOOLKIT.LOG.INFO
SOITOOLKIT_LOG_ERROR_QUEUE=SOITOOLKIT.LOG.ERROR

# Set the default socket timeout (<tt>SO_TIMEOUT</tt>) in milliseconds which is the 
# timeout for waiting for data. A timeout value of zero is interpreted as an infinite 
# timeout.
SO_TIMEOUT_MS=2000
 
# Set the timeout in milliseconds until a connection is etablished. A value of zero 
# means the timeout is not used.
CONNECTION_TIMEOUT_MS=1000

# Inbound endpoint for load balancers to use when probing
PROBESERVICE_INBOUND_URL=http://localhost:8081/mule-probe

# Path to file where mule probe has access to read file
PROBESERVICE_FILE=src/main/resources/probeFile.txt

# What value in PROBESERVICE_FILE that should respond http 500 service unavailable to load balancer
PROBE_DOWN_CRITERIA=DOWN

# What value should be returned to load balancer when no attributes set and everything is OK
PROBE_RETURN_OK_STRING=OK

##############################################################
# Configuration of PingForConfiguration producers to be probed
#
# probe.ping.<name>=<name>;<URL to roducer of PingForConfiguration>
# probe.ping.<name>.connecttimeout=<value in milliseconds>
# probe.ping.<name>.responsetimeout=<value in milliseconds>
#
# Status on selected resource will then be available through http://localhost:8081/mule-probe/probe/<name>
#
# Status on all resources will then be available through http://localhost:8081/mule-probe/probe
##############################################################
# probe.ping.vp=vp;http://localhost:8080/vp/services/PingForConfiguration/1/rivtabp21
# probe.ping.vp.connecttimeout=500
# probe.ping.vp.responsetimeout=1000

...