You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "James Strachan (JIRA)" <ji...@apache.org> on 2008/10/07 14:22:52 UTC

[jira] Created: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
------------------------------------------------------------------------------------------------------

                 Key: CAMEL-963
                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
             Project: Apache Camel
          Issue Type: Task
            Reporter: James Strachan
             Fix For: 2.0.0




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


[jira] Commented: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

Posted by "Jonathan Anstey (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=48570#action_48570 ] 

Jonathan Anstey commented on CAMEL-963:
---------------------------------------

Gonna take a look into this one over the next while.

> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>             Fix For: 2.0.0
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Updated: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

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

Claus Ibsen updated CAMEL-963:
------------------------------

    Fix Version/s:     (was: 2.1.0)
                   2.2.0

> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>            Assignee: Jonathan Anstey
>             Fix For: 2.2.0
>
>         Attachments: perftest.zip
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Commented: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-963?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=47974#action_47974 ] 

James Strachan commented on CAMEL-963:
--------------------------------------

There's a little load test project that might be useful here...

http://svn.apache.org/repos/asf/activemq/trunk/activemq-camel-loadtest/


> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>             Fix For: 2.0.0
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Updated: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

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

Claus Ibsen updated CAMEL-963:
------------------------------

    Fix Version/s:     (was: 2.3.0)
                   Future
         Assignee:     (was: Jonathan Anstey)

This requires the API changes from CAMEL-1817 and the copy facade as well

See more
http://camel.apache.org/camel-2x-speed-optimizations.html

> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>             Fix For: Future
>
>         Attachments: perftest.zip
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Updated: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

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

Jonathan Anstey updated CAMEL-963:
----------------------------------

    Attachment: perftest.zip

Haven't looked at this in a while now and am working on other things at the moment. I'm attaching the test code I was using to compare raw/Camel JMS performance so I won't lose it.

> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>         Attachments: perftest.zip
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Resolved: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

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

Claus Ibsen resolved CAMEL-963.
-------------------------------

    Fix Version/s:     (was: Future)
       Resolution: Won't Fix

Tuning will be on a more general level. And you can use options on JMS now to disable auto mapping etc. if you are bridging JMS.

> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>         Attachments: perftest.zip
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Assigned: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

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

Jonathan Anstey reassigned CAMEL-963:
-------------------------------------

    Assignee: Jonathan Anstey

> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>            Assignee: Jonathan Anstey
>             Fix For: 2.0.0
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Updated: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

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

Claus Ibsen updated CAMEL-963:
------------------------------

    Fix Version/s:     (was: 2.0.0)
                   2.1.0

See the other ticket about do not copy exchanges.

We will address this in Camel 2.1

> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>            Assignee: Jonathan Anstey
>             Fix For: 2.1.0
>
>         Attachments: perftest.zip
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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


[jira] Updated: (CAMEL-963) need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS

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

James Strachan updated CAMEL-963:
---------------------------------

    Description: 
right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.




> need to tune JMS <-> JMS routes so that they perform at a more similar performance to using native JMS
> ------------------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-963
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-963
>             Project: Apache Camel
>          Issue Type: Task
>            Reporter: James Strachan
>             Fix For: 2.0.0
>
>
> right now we are making way too many copies of an Exchange within a route - partly due to the generics issue.

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