You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Gert Vanthienen (JIRA)" <ji...@apache.org> on 2007/10/08 13:28:23 UTC

[jira] Created: (SM-1096) File-based message auditor

File-based message auditor
--------------------------

                 Key: SM-1096
                 URL: https://issues.apache.org/activemq/browse/SM-1096
             Project: ServiceMix
          Issue Type: New Feature
          Components: servicemix-audit
            Reporter: Gert Vanthienen
            Priority: Minor
             Fix For: 3.2


Adding a file-based auditor implementation.  As discussed in SM-990, a TeeInputStream should be used for optimizing performance

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


[jira] Updated: (SM-1096) File-based message auditor

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

Gert Vanthienen updated SM-1096:
--------------------------------

    Fix Version/s:     (was: 3.2.1)
                   3.3

> File-based message auditor
> --------------------------
>
>                 Key: SM-1096
>                 URL: https://issues.apache.org/activemq/browse/SM-1096
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-audit
>            Reporter: Gert Vanthienen
>            Priority: Minor
>             Fix For: 3.3
>
>
> Adding a file-based auditor implementation.  As discussed in SM-990, a TeeInputStream should be used for optimizing performance

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


[jira] Updated: (SM-1096) File-based message auditor

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

Freeman Fang updated SM-1096:
-----------------------------

    Fix Version/s:     (was: 3.2)
                   3.2.1

> File-based message auditor
> --------------------------
>
>                 Key: SM-1096
>                 URL: https://issues.apache.org/activemq/browse/SM-1096
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-audit
>            Reporter: Gert Vanthienen
>            Priority: Minor
>             Fix For: 3.2.1
>
>
> Adding a file-based auditor implementation.  As discussed in SM-990, a TeeInputStream should be used for optimizing performance

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


[jira] Commented: (SM-1096) File-based message auditor

Posted by "Gert Vanthienen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1096?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40308 ] 

Gert Vanthienen commented on SM-1096:
-------------------------------------

Partial implementation available:
http://svn.apache.org/viewvc?view=rev&revision=582783

Two major issues:
- There is no way to specify a filename for archiving: perhaps we can add a FileAuditorNamingStrategy interface to allow people to plug in their own naming rules.
- It only stores the 'in' normalized message content.  We should add the message properties to the file as well.


> File-based message auditor
> --------------------------
>
>                 Key: SM-1096
>                 URL: https://issues.apache.org/activemq/browse/SM-1096
>             Project: ServiceMix
>          Issue Type: New Feature
>          Components: servicemix-audit
>            Reporter: Gert Vanthienen
>            Priority: Minor
>             Fix For: 3.2
>
>
> Adding a file-based auditor implementation.  As discussed in SM-990, a TeeInputStream should be used for optimizing performance

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