[QFJ-609] Improve JMX session registration. Created: 15/Jun/11 Updated: 01/Oct/17 Resolved: 15/Jun/11 |
|
Status: | Closed |
Project: | QuickFIX/J |
Component/s: | Engine |
Affects Version/s: | None |
Fix Version/s: | 1.5.1 |
Type: | Improvement | Priority: | Default |
Reporter: | Steve Bate | Assignee: | Steve Bate |
Resolution: | Fixed | Votes: | 0 |
Labels: | jmx |
Issue Links: |
|
Comments |
Comment by Steve Bate [ 15/Jun/11 ] |
Implemented a bound property on SessionConnector for the session collection. This is used by the JMX connector adapter to register sessions. This means that an initiator can be registered before it has been started and the session have been created. It also should support registration of MBeans for dynamic acceptor sessions. Also added JMX registration to the Banza program (previously only the Executator example had it). |