You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@synapse.apache.org by "Buddhima Wijeweera (JIRA)" <ji...@apache.org> on 2012/10/04 14:33:08 UTC

[jira] [Updated] (SYNAPSE-893) Resequencing Message Processor For Synapse

     [ https://issues.apache.org/jira/browse/SYNAPSE-893?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Buddhima Wijeweera updated SYNAPSE-893:
---------------------------------------

    Attachment: Resequencer.patch

Fixed issue with casting and resolving problems caused due to multiple instances at startup
                
> Resequencing Message Processor For Synapse
> ------------------------------------------
>
>                 Key: SYNAPSE-893
>                 URL: https://issues.apache.org/jira/browse/SYNAPSE-893
>             Project: Synapse
>          Issue Type: New Feature
>            Reporter: Buddhima Wijeweera
>              Labels: patch
>         Attachments: Resequencer.patch, Resequencer_Patch.patch
>
>   Original Estimate: 672h
>  Remaining Estimate: 672h
>
> Adding Resequencer Message Processor for Synapse.
> Configuration is as follows:
> <messageProcessor 
>             class="org.apache.synapse.message.processors.resequence.ResequencingProcessor" 
>             name="ResequencingProcessor" messageStore="MyQueue"> 
> <parameter name="interval">10000</parameter>
> <parameter name="seqNumXpath" xmlns:bank="http://bank.resequence.synapse.org" expression="//bank:display/bank:seqNo"/>
> <parameter name="nextEsbSequence">next_seq</parameter> 
> <parameter name="requiredInitMessages">15</parameter> 
> <parameter name="requiredInitMessagesDelay">2</parameter>
> </messageProcessor>

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@synapse.apache.org
For additional commands, e-mail: dev-help@synapse.apache.org