[esb-issues] [JBoss JIRA] Closed: (JBESB-3114) MetaDataFilter sets MESSAGE_ENTRY_TIME and MESSAGE_EXIT_TIME properties on a message using Date().toString()

David Ward (JIRA) jira-events at lists.jboss.org
Mon Jan 11 13:45:31 EST 2010


     [ https://jira.jboss.org/jira/browse/JBESB-3114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Ward closed JBESB-3114.
-----------------------------

    Resolution: Done


Expensive functionality broken out of MetaDataFilter and put into new class, EntryExitTimeFilter.

jbossesb-properties.xml has been modified by adding a line that can be uncommented, which will enable EntryExitTimeFilter.

JProfiler 6 has proven this fix makes a marked improvement in performance.

[JBESB_4_7_CP]$ svn commit
Sending        product/install/conf/jbossesb-properties.xml
Sending        product/install/jUDDI-registryV3/jbossesb-properties.xml
Sending        product/install/tomcat/jbossesb-properties.xml
Adding         product/rosetta/src/org/jboss/internal/soa/esb/message/filter/EntryExitTimeFilter.java
Sending        product/rosetta/src/org/jboss/internal/soa/esb/message/filter/MetaDataFilter.java
Transmitting file data .....
Committed revision 31024.

> MetaDataFilter sets MESSAGE_ENTRY_TIME and MESSAGE_EXIT_TIME properties on a message using Date().toString()
> ------------------------------------------------------------------------------------------------------------
>
>                 Key: JBESB-3114
>                 URL: https://jira.jboss.org/jira/browse/JBESB-3114
>             Project: JBoss ESB
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Rosetta
>    Affects Versions: 4.7
>            Reporter: Kevin Conner
>            Assignee: David Ward
>             Fix For: 4.7 CP1
>
>
> This impacts performance and should be an optional aspect in the ESB.
> The setting of the two properties needs to be be extracted into a separate filter, then this should be added (albeit commented out) into the base jbossesb-properties.xml.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the esb-issues mailing list