Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
5.8.0
-
None
-
None
Description
The locker interface needs another configure option to provide a broker service, or needs to be brokerService aware so that a locker can get identity and access to the io exception handlers.
The lease database locker is dependent on the jdbc pa to get statements and data source. It should be possible to configure these independently such that it can be used standalone as a broker lock. So setters for each.
This will help sort out some of the dependencies between broker and lock implementations. also making it possible to use a lease lock with kahadb for example.
some context: http://mail-archives.apache.org/mod_mbox/activemq-users/201303.mbox/%3CCAJ5znhurUZ+aEWsaaBAjtwBbpKWn06RyyyT6NqsDg_Su7vMOcg@mail.gmail.com%3E
Attachments
Issue Links
- is depended upon by
-
AMQ-4564 ActiveMQ creates & initializes ACTIVEMQ_LOCK in wrong database when using separate lock data source
- Resolved