ConnectPlaza JVM Process Properties

ConnectAgent JVM Process configuration

You can set the configuration properties via ConnectPlaza(R) Deploy. Select the Agent you want to configure and select Agent configuration. Select in the selection box the SystemStartUp and you will be presented with the correct settings. See xref:deploy:deploy.adoc[Deploy Configuration] for more information.

Every configuratie has two properties files. A -default.properties file and a .properties file as described above.

The connectplaza-jvm-process-default.properties file contains the default settings for all properties concerning your ConnectPlaza Agent, the connectplaza-jvm-process.properties file contains your changes made through the Agent Configuration option in ConnectPlaza Deploy.  
 
################################################################################
# WARNING
################################################################################
# This file is automatically generated and should not be edited manually.
#
# If you want to change the default value of a property, use the Deploy frontend
# or override the property in the connectplaza-jvm-process.properties file.
################################################################################


################################################################################
# JVM
################################################################################

# Label            : MainClass
# Type             : TEXT
connectplaza.process.mainclass=com.connectplaza.agent.ConnectAgent

# Label            : Main ClassPath
# Type             : TEXT
connectplaza.process.jvm.classpath.main=.\/jars\/*.jar

# Label            : Endorsed ClassPath
# Type             : TEXT
connectplaza.process.jvm.classpath.endorsed.jars=.\/jars\/endorsed\/*.jar

# Label            : Configuration ClassPath
# Type             : TEXT
connectplaza.process.jvm.classpath.config.dir=.\/conf

# Label            : JmxRemote
# Type             : TEXT
connectplaza.process.jvm.arg.jmxremote=-Dcom.sun.management.jmxremote

# Label            : Max HeapSize
# Type             : TEXT
connectplaza.process.jvm.arg.maxheapsize=-Xmx1280M

# Label            : IP4Stack
# Type             : TEXT
connectplaza.process.jvm.arg.IP4Stack=-Djava.net.preferIPv4Stack=true

# Label            : JNA-tempdir
# Type             : TEXT
connectplaza.process.jvm.arg.jna-tmpdir=-Djna_tmpdir=.\/temp\/yajsw

# Label            : Log Selector
# Type             : TEXT
connectplaza.process.jvm.arg.logselector=-Dlogback.ContextSelector=com.connectplaza.log.ConnectPlazaLogContextSelector

# Label            : File Encoding
# Type             : TEXT
connectplaza.process.jvm.arg.file.encoding=-Dfile.encoding=UTF8

# Label            : SSL Debug
# Type             : TEXT
connectplaza.process.jvm.arg.ssldebug=-Djavax.net.debug=NONE

# Label            : ActiveMQ Serializable Packages
# Type             : TEXT
connectplaza.process.jvm.arg.activemq_serializable_packages=-Dorg.apache.activemq.SERIALIZABLE_PACKAGES=*

# Label            : Payload logging cap
# Description      : Max nr of bytes to log for ByteArrays
# Type             : TEXT
connectplaza.process.jvm.arg.cap=-DconnectMessage.payloadCap=1024

# Label            : 
# Type             : TEXT
# connectplaza.process.jvm.arg.<name>=

# Label            : 
# Type             : TEXT
# connectplaza.process.env.<name>=


################################################################################
# AGENT STARTUP
################################################################################

# Label            : Activate/Deactivate threads per flow
# Description      : New functionality 4.4: threads per flow (better throughput) vs all threads from taskscheduler (old functionality) 
# Type             : SELECT
# Permitted Values : [TRUE, FALSE]
connectplaza.process.env.connect_threadsperflow=TRUE

# Label            : Activate/Deactivate proxyconsumers as directchannel
# Description      : New functionality 4.4: proxyconsumer use directchannel delivery (better throughput) vs intermediate channel (old functionality)
# Type             : SELECT
# Permitted Values : [TRUE, FALSE]
connectplaza.process.env.connect_proxyconsumers_directchannel=TRUE