You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2011/02/14 08:55:57 UTC

[jira] Created: (SMX4-759) Apache ServiceMix should ship a camel-activemq example

Apache ServiceMix should ship a camel-activemq example
------------------------------------------------------

                 Key: SMX4-759
                 URL: https://issues.apache.org/jira/browse/SMX4-759
             Project: ServiceMix 4
          Issue Type: New Feature
          Components: Examples
    Affects Versions: 4.2.0
            Reporter: Claus Ibsen


I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.

There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (SMX4-759) Apache ServiceMix should ship a camel-activemq example

Posted by "filippo balicchia (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509718#comment-13509718 ] 

filippo balicchia commented on SMX4-759:
----------------------------------------

Gert,
Is this issue still current ?
>From the trunk I think no but...
                
> Apache ServiceMix should ship a camel-activemq example
> ------------------------------------------------------
>
>                 Key: SMX4-759
>                 URL: https://issues.apache.org/jira/browse/SMX4-759
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Examples
>    Affects Versions: 4.2.0
>            Reporter: Claus Ibsen
>         Attachments: camel-blueprint-activemq.tar.gz
>
>
> I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.
> There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Commented: (SMX4-759) Apache ServiceMix should ship a camel-activemq example

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

Claus Ibsen commented on SMX4-759:
----------------------------------

Gert I have added an example. It's based on the blueprint example. I did not run it as I haven't all the SMX source checked out and I didn't want to fiddle with that currently.

Also I noticed a typo in the camel-blueprint/README.txt file. It refers back to the camel-osgi example.

And in the pom.xml there is some stuff about org.apache.camel.osgi. I don't think we got that package anymore. Maybe the pom.xml can be more simpler?

> Apache ServiceMix should ship a camel-activemq example
> ------------------------------------------------------
>
>                 Key: SMX4-759
>                 URL: https://issues.apache.org/jira/browse/SMX4-759
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Examples
>    Affects Versions: 4.2.0
>            Reporter: Claus Ibsen
>         Attachments: camel-blueprint-activemq.tar.gz
>
>
> I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.
> There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (SMX4-759) Apache ServiceMix should ship a camel-activemq example

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned SMX4-759:
-----------------------------------------

    Assignee: Jean-Baptiste Onofré
    
> Apache ServiceMix should ship a camel-activemq example
> ------------------------------------------------------
>
>                 Key: SMX4-759
>                 URL: https://issues.apache.org/jira/browse/SMX4-759
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Examples
>    Affects Versions: 4.2.0
>            Reporter: Claus Ibsen
>            Assignee: Jean-Baptiste Onofré
>         Attachments: camel-blueprint-activemq.tar.gz, SMX4-759.txt
>
>
> I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.
> There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (SMX4-759) Apache ServiceMix should ship a camel-activemq example

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13509773#comment-13509773 ] 

Gert Vanthienen commented on SMX4-759:
--------------------------------------

@[~fbalicchia] - it looks like most of the work is done, however Claus' latest comment probably still needs addressing.  Fancy providing a patch for that?

For the {{org.apache.camel.osgi}} package, that seems to be imported from the {{camel-spring}} so we can probably get rid of that 
{noformat}
karaf@root> packages:imports 192
Apache Aries Blueprint Bundle (10): org.osgi.service.blueprint; version="1.0.1"
geronimo-jms_1.1_spec (55): javax.jms; version="1.1.0"
camel-spring (98): org.apache.camel.osgi; version="2.10.2"
activemq-camel (125): org.apache.activemq.camel.component; version="5.7.0"
{noformat}
                
> Apache ServiceMix should ship a camel-activemq example
> ------------------------------------------------------
>
>                 Key: SMX4-759
>                 URL: https://issues.apache.org/jira/browse/SMX4-759
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Examples
>    Affects Versions: 4.2.0
>            Reporter: Claus Ibsen
>         Attachments: camel-blueprint-activemq.tar.gz
>
>
> I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.
> There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] Updated: (SMX4-759) Apache ServiceMix should ship a camel-activemq example

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

Claus Ibsen updated SMX4-759:
-----------------------------

    Attachment: camel-blueprint-activemq.tar.gz

An example

> Apache ServiceMix should ship a camel-activemq example
> ------------------------------------------------------
>
>                 Key: SMX4-759
>                 URL: https://issues.apache.org/jira/browse/SMX4-759
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Examples
>    Affects Versions: 4.2.0
>            Reporter: Claus Ibsen
>         Attachments: camel-blueprint-activemq.tar.gz
>
>
> I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.
> There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (SMX4-759) Apache ServiceMix should ship a camel-activemq example

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SMX4-759?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994229#comment-12994229 ] 

Gert Vanthienen commented on SMX4-759:
--------------------------------------

There's a small sample route in the new quickstart guide (http://servicemix.apache.org/docs/4.3.0-SNAPSHOT/quickstart/activemq.html) to get people looking at plain Camel, OSGi and ActiveMQ from their first steps in ServiceMix.

BTW, we also welcome patches if you want to take a stab at creating this example ;)

> Apache ServiceMix should ship a camel-activemq example
> ------------------------------------------------------
>
>                 Key: SMX4-759
>                 URL: https://issues.apache.org/jira/browse/SMX4-759
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Examples
>    Affects Versions: 4.2.0
>            Reporter: Claus Ibsen
>
> I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.
> There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SMX4-759) Apache ServiceMix should ship a camel-activemq example

Posted by "filippo balicchia (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMX4-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

filippo balicchia updated SMX4-759:
-----------------------------------

    Attachment: SMX4-759.txt
    
> Apache ServiceMix should ship a camel-activemq example
> ------------------------------------------------------
>
>                 Key: SMX4-759
>                 URL: https://issues.apache.org/jira/browse/SMX4-759
>             Project: ServiceMix 4
>          Issue Type: New Feature
>          Components: Examples
>    Affects Versions: 4.2.0
>            Reporter: Claus Ibsen
>         Attachments: camel-blueprint-activemq.tar.gz, SMX4-759.txt
>
>
> I cannot find an example in Apache ServiceMix which shows how to use ActiveMQ with Camel. Eg a simple route between 2 JMS queues, maybe with a content based router, or filter in between.
> There may be some old cruft in the JBI examples, but I want people to look at the new OSGi and using plain Camel.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira