OpenCDSS / cdss-lib-common-java

Colorado's Decision Support Systems (CDSS) common library (Java)
GNU General Public License v3.0
0 stars 1 forks source link

Add ability to use process ID for DMI connection string #68

Closed smalers closed 4 years ago

smalers commented 4 years ago

Need to pass the JVM process identifier in the additional properties for the connection URL, so that PostgreSQL connection output will show TSTool and process.

smalers commented 4 years ago

I added code to handle ${ProcessId} in the ConfigurationProperties datastore property. This can be used with PostgreSQL application name connection property. Close the issue.