You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/05 16:40:00 UTC

[jira] [Commented] (TOMEE-2230) Expose details of Connection Factories and Resource Adapters via JMX

    [ https://issues.apache.org/jira/browse/TOMEE-2230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604649#comment-16604649 ] 

ASF GitHub Bot commented on TOMEE-2230:
---------------------------------------

GitHub user jgallimore opened a pull request:

    https://github.com/apache/tomee/pull/160

    TOMEE-2230 exposing Connection factories, resource adapters and resources via JMX

    Not complete, but a first pass attempt to add this feature, for discussion.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/jgallimore/tomee jmx-hacking

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tomee/pull/160.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #160
    
----
commit e2879a9c0f460d9e385011074bff4c271f1c1ad3
Author: Jonathan Gallimore <jo...@...>
Date:   2018-08-30T14:51:45Z

    Adding some TODOs

commit dcbdd8d0db5a661ea4df87413bfda1179ab396be
Author: Jonathan Gallimore <jo...@...>
Date:   2018-08-31T11:17:48Z

    More TODO

commit 79ea0f89479ccc09f37adeafe85fc7fdd68d6326
Author: Jonathan Gallimore <jo...@...>
Date:   2018-08-31T11:18:48Z

    Merge branch 'master' into jmx-hacking

commit 65768eaf3fea34b45472d1da6f5fea928e0a1361
Author: Jonathan Gallimore <jo...@...>
Date:   2018-09-03T12:38:13Z

    Provide ConnectionFactory stats

commit d18fbc0ddf38a5c3023729f5426aa319d57c4047
Author: Jonathan Gallimore <jo...@...>
Date:   2018-09-03T19:22:33Z

    Cleanup JMX object and add test

commit c15931f2ad841709dbe98a994e99a6a1c05593a2
Author: Jonathan Gallimore <jo...@...>
Date:   2018-09-05T15:36:58Z

    Expose resource adapter and other resources, read-only, via JMX

commit a79159fca768f29d867af90c40ef0b57b4e05eff
Author: Jonathan Gallimore <jo...@...>
Date:   2018-09-05T16:37:31Z

    Merge remote-tracking branch 'apache/master' into jmx-hacking

----


> Expose details of Connection Factories and Resource Adapters via JMX
> --------------------------------------------------------------------
>
>                 Key: TOMEE-2230
>                 URL: https://issues.apache.org/jira/browse/TOMEE-2230
>             Project: TomEE
>          Issue Type: Improvement
>            Reporter: Jonathan Gallimore
>            Assignee: Jonathan Gallimore
>            Priority: Major
>              Labels: pull-request-available
>
> We already expose details around MDB containers and connection pools via JMX. It would also be useful to expose details on connection factories and resource adapters, along with stats showing how many instances in the connection pools are active/idle for these resources.
> This allows users to both verify that their config has deployed as they would expect, and also to get a view on how busy these resources are at runtime.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)