This subsection describes the setting up of the individual properties of CJMSP Brokers.
You can set up the individual properties of CJMSP Broker by specifying config.property. However, config.property can only be specified for CJMSP Broker that is started using the cjmsbroker command once and is created beneath the var directory.
An example of the specification of the properties using config.property is as follows:
- Example of the specification of the properties using config.property
- imq.portmapper.port=7777
- broker.logger.MessageLogFile.filenum=4
- Meaning of the specified contents
- The port number used by the CJMSP Broker port mapper is 7777.
- The number of message log files is 4.
- Note
- For systems starting multiple CJMSP Brokers, make sure you change the value of the imq.portmapper.port property. If CJMSP Broker using the default port (7676) exists, a new CJMSP Broker cannot be created.