You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Tracy Snell (JIRA)" <ji...@apache.org> on 2010/11/11 20:57:24 UTC

[jira] Created: (CAMEL-3330) Add camel-jmx example

Add camel-jmx example
---------------------

                 Key: CAMEL-3330
                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-jmx
            Reporter: Tracy Snell
            Assignee: Tracy Snell


Write an example using the camel-jmx component.

I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Resolved: (CAMEL-3330) Add camel-jmx example

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

Claus Ibsen resolved CAMEL-3330.
--------------------------------

       Resolution: Fixed
    Fix Version/s: 2.6.0

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Willem Jiang
>             Fix For: 2.6.0
>
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Updated: (CAMEL-3330) Add camel-jmx example

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

Tracy Snell updated CAMEL-3330:
-------------------------------

    Attachment: patchfile.txt

Cleaned up a bit. camel mvn:run works fine.

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt, patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

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

Willem Jiang commented on CAMEL-3330:
-------------------------------------

Applied patch with thanks to Tracy.


> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Willem Jiang
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Updated: (CAMEL-3330) Add camel-jmx example

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

Tracy Snell updated CAMEL-3330:
-------------------------------

    Attachment: patchfile.txt

Here's the diff for camel-example-jmx

I didn't provide an ant task to run the test. Just mvn camel:run. Should I add it? My ant is very rusty and I bailed.

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

Posted by "Tracy Snell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63309#action_63309 ] 

Tracy Snell commented on CAMEL-3330:
------------------------------------

Ugh! I meant to pull the OSGi stuff. I'll do that.

By run from the command line do you mean maven or should I add a main to it so it can be started just using java from the command line?

Also, should I start a documentation page for it? If so I'll just start it in a comment here until we want to move it to confluence.

Thanks.

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

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

Claus Ibsen commented on CAMEL-3330:
------------------------------------

Its fine to omit the ANT stuff. We can look at that later.

However the patch seems to have some un complete OSGi features stuff.
The example doesn't have to be an OSGi bundle either.

At first just create an example that you can run from the command line. No need to make it more complex.

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

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

Claus Ibsen commented on CAMEL-3330:
------------------------------------

trunk: 1036339.

Polished the example and fixed CS.

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Willem Jiang
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Updated: (CAMEL-3330) Add camel-jmx example

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

Tracy Snell updated CAMEL-3330:
-------------------------------

    Attachment:     (was: patchfile.txt)

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

Posted by "Tracy Snell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63366#action_63366 ] 

Tracy Snell commented on CAMEL-3330:
------------------------------------

I've started working on the documentation page:

[http://camel.apache.org/jmx-component-example.html]

When the code gets into trunk I'll add a link from [http://camel.apache.org/examples] (it's already there just hidden with show-to)



> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

Posted by "Tracy Snell (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-3330?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=63383#action_63383 ] 

Tracy Snell commented on CAMEL-3330:
------------------------------------

Added the documentation page to the examples.html page. I'll add some more details to the docs.

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Willem Jiang
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Assigned: (CAMEL-3330) Add camel-jmx example

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

Willem Jiang reassigned CAMEL-3330:
-----------------------------------

    Assignee: Willem Jiang  (was: Tracy Snell)

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Willem Jiang
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

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

Claus Ibsen commented on CAMEL-3330:
------------------------------------

Yeah its fine with maven from command like. Just as you can do for the other examples.

Either run
mvn camel:run

Or some uses Jetty (if they are web based)
mvn jetty:run


> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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


[jira] Commented: (CAMEL-3330) Add camel-jmx example

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

Claus Ibsen commented on CAMEL-3330:
------------------------------------

If you want a full blown example then documentation should be here in a child page
http://camel.apache.org/examples

And then you can refer to this example from the JMX component page, so people can see how it works.

> Add camel-jmx example
> ---------------------
>
>                 Key: CAMEL-3330
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-3330
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-jmx
>            Reporter: Tracy Snell
>            Assignee: Tracy Snell
>         Attachments: patchfile.txt
>
>
> Write an example using the camel-jmx component.
> I have this done just cleaning it up and writing some notes and will submit it shortly.

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