Esri / activemq-for-geoevent

ArcGIS GeoEvent Server sample ActiveMQ connectors for connecting to ActiveMQ message servers.
Apache License 2.0
6 stars 6 forks source link

previously configured inputs fail due to new required properties for trust / key store #13

Closed brudo closed 2 years ago

brudo commented 3 years ago

Updating an existing GeoEvent Server to a new build from master, the previously configured inputs failed due to the missing properties for the trust / key stores, and/or passwords.

PR #11 is meant to resolve this, by defining the new properties as optional, and testing for their existence at runtime

brudo commented 2 years ago

This is resolved with the merging of PR #11