You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2008/07/21 22:18:00 UTC

[jira] Created: (SMX4NMR-40) Optimize message dispatch

Optimize message dispatch
-------------------------

                 Key: SMX4NMR-40
                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-40
             Project: ServiceMix NMR
          Issue Type: Improvement
            Reporter: Guillaume Nodet
            Assignee: Guillaume Nodet
             Fix For: 1.0-m2


Avoid going through Spring OSGi proxies whenever possible.  This means:
  * the ST flow is not registered through OSGi anymore but a direct reference is injected
  * the DefaultAuthorizationService keeps a LRU cache of previously retrieved ACLs to avoid going through the proxy acl entries

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


[jira] Resolved: (SMX4NMR-40) Optimize message dispatch

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

Guillaume Nodet resolved SMX4NMR-40.
------------------------------------

    Resolution: Fixed

Sending        nmr/core/src/main/java/org/apache/servicemix/nmr/core/FlowRegistryImpl.java
Sending        nmr/core/src/main/java/org/apache/servicemix/nmr/core/security/DefaultAuthorizationService.java
Adding         nmr/core/src/main/java/org/apache/servicemix/nmr/core/security/LRUMap.java
Sending        nmr/osgi/src/main/resources/META-INF/spring/servicemix-nmr.xml
Transmitting file data ....
Committed revision 678545.

> Optimize message dispatch
> -------------------------
>
>                 Key: SMX4NMR-40
>                 URL: https://issues.apache.org/activemq/browse/SMX4NMR-40
>             Project: ServiceMix NMR
>          Issue Type: Improvement
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: 1.0-m2
>
>
> Avoid going through Spring OSGi proxies whenever possible.  This means:
>   * the ST flow is not registered through OSGi anymore but a direct reference is injected
>   * the DefaultAuthorizationService keeps a LRU cache of previously retrieved ACLs to avoid going through the proxy acl entries

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