Property name | Description | Default |
um.channels.mode | Indicates whether UM channels can be dynamically created. Specify autocreate, mixed, or precreate. See Enabling automatic creation of UM channels. | precreate |
um.channels.prefix | Specifies a prefix for channel names. Channel names must have this prefix to allow dynamic creation. | UM_ |
um.install.dir | Location in the UM installation of the UM libraries for the platform this properties file is being used on. | None |
um.realms | List of RNAME values (URLs). This is the same value you might specify for the --rnames option when you start a correlator. You can use commas or semicolons as separators. Commas indicate that you want the adapter to try to connect to the UM realms in the order in which you specify them here. Semicolons indicate that the adapter can try to connect to the specified UM realms in any order. See Starting correlators that use UM for more information. Every RNAME you specify must belong to the same UM cluster. | Required |
um.security.certificatefile | Security certificate used to connect to UM. | None |
um.security.certificatepassword | Password for the specified security certificate file. | None |
um.security.truststorefile | Certificate authority file for verifying server certificate. | None |
um.security.user | User name supplied to the UM realm. | Current user name from the operating system |
um.session.pool | Configures how many UM sessions to use. More sessions can increase throughput by allowing events to be sent in parallel, but may consume more CPU. Note that if you are using the SHM protocol to communicate with the broker, you will probably want to limit the number of sessions to 1 or 2, as SHM connections will consume 2 CPU cores for each session. | 8 |