You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2010/05/26 10:50:51 UTC

[jira] Created: (CAMEL-2753) JMX notification for events

JMX notification for events
---------------------------

                 Key: CAMEL-2753
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2753
             Project: Apache Camel
          Issue Type: New Feature
          Components: camel-core
            Reporter: Claus Ibsen
             Fix For: 2.4.0


We should add an {{EventNotifier}} which can emit JMX notifications so 3rd party management tooling can keep an eye on it. eg. Tivoli or others etc.


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2753) JMX notification for events

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60148#action_60148 ] 

Willem Jiang commented on CAMEL-2753:
-------------------------------------

@Claus 
Thanks for your patch, I will try to reuse them :)

> JMX notification for events
> ---------------------------
>
>                 Key: CAMEL-2753
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2753
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>         Attachments: JMX-stuff.patch
>
>
> We should add an {{EventNotifier}} which can emit JMX notifications so 3rd party management tooling can keep an eye on it. eg. Tivoli or others etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2753) JMX notification for events

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60203#action_60203 ] 

Claus Ibsen commented on CAMEL-2753:
------------------------------------

trunk: 956789.

Using light weight events for JMX notifications to avoid overhead when sending events to remote servers.

We need to add some wiki documentation how to use this. at this page:
http://camel.apache.org/camel-jmx.html

> JMX notification for events
> ---------------------------
>
>                 Key: CAMEL-2753
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2753
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>         Attachments: JMX-stuff.patch
>
>
> We should add an {{EventNotifier}} which can emit JMX notifications so 3rd party management tooling can keep an eye on it. eg. Tivoli or others etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (CAMEL-2753) JMX notification for events

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=60202#action_60202 ] 

Willem Jiang commented on CAMEL-2753:
-------------------------------------

I had no luck to create a Notification by using Spring JMX annotation, so I changed it to the tranditional JMX MBean and it's work.
Just committed the patch which is based on patch of Claus.


> JMX notification for events
> ---------------------------
>
>                 Key: CAMEL-2753
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2753
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>         Attachments: JMX-stuff.patch
>
>
> We should add an {{EventNotifier}} which can emit JMX notifications so 3rd party management tooling can keep an eye on it. eg. Tivoli or others etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-2753) JMX notification for events

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen updated CAMEL-2753:
-------------------------------

    Attachment: JMX-stuff.patch

Willem here is some code I did for experiment. I couldnt get the Spring @ JMX event notifier annotation to work so there is some low level code in there to emit the events.

> JMX notification for events
> ---------------------------
>
>                 Key: CAMEL-2753
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2753
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>         Attachments: JMX-stuff.patch
>
>
> We should add an {{EventNotifier}} which can emit JMX notifications so 3rd party management tooling can keep an eye on it. eg. Tivoli or others etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-2753) JMX notification for events

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-2753:
-----------------------------------

    Assignee: Willem Jiang

> JMX notification for events
> ---------------------------
>
>                 Key: CAMEL-2753
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2753
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>
> We should add an {{EventNotifier}} which can emit JMX notifications so 3rd party management tooling can keep an eye on it. eg. Tivoli or others etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-2753) JMX notification for events

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-2753.
---------------------------------

    Resolution: Fixed

> JMX notification for events
> ---------------------------
>
>                 Key: CAMEL-2753
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2753
>             Project: Apache Camel
>          Issue Type: New Feature
>          Components: camel-core
>            Reporter: Claus Ibsen
>            Assignee: Willem Jiang
>             Fix For: 2.4.0
>
>         Attachments: JMX-stuff.patch
>
>
> We should add an {{EventNotifier}} which can emit JMX notifications so 3rd party management tooling can keep an eye on it. eg. Tivoli or others etc.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.