strolch/li.strolch.agent
Robert von Burg f07b241ddc [New] Added feature to ignore a realm on DB init
This can be very handy to not start the connection pool for realms which
you know won't connect to the DB (but is not transient) - weird isn't
it? =))

The property is: db.ignore.realm.<realmName>

The actual use case is the following:
- You have a realm which use is used normally and is not transient so
you have a configuration for it
- you have another StrolchComponent which opens its own transactions to
the DB but you only require a subset of the realms so you then use the
ignore property to ignore the other realms.
2015-05-08 18:07:30 +02:00
..
src [New] Added feature to ignore a realm on DB init 2015-05-08 18:07:30 +02:00
.gitignore moved everything to a subdirectory for repo merge 2014-09-16 08:45:30 +02:00
LICENSE moved everything to a subdirectory for repo merge 2014-09-16 08:45:30 +02:00
README.md moved everything to a subdirectory for repo merge 2014-09-16 08:45:30 +02:00
pom.xml [Project] Bumped version from 1.2.0-SNAPSHOT to 1.1.0-SNAPSHOT 2015-03-02 14:29:34 +01:00

README.md

li.strolch.agent

Build Status

The Strolch Agent which is the runtime for Strolch