Hello I would like to save messages before they are dropped by the Scheduled Message Forwarding Processor when it’s configured to be always active. With this configuration it drops messages in processor’s queue then max delivery attemtps is reached (It works like this when <parameter name=”max.delivery.drop”>is_Enabled</parameter>)
My main interest is to keep Always the Scheduled Message Forwarding Processor in Active state and in case of dropping messages, to send the dropped ones to a sequence, for example, for saving them. I know the <parameter name=”message.procesoor.deactivate.sequence”>deactivate_queue_name</parameter> that is used when <parameter name=”max.delivery.drop”>is_Disabled</parameter>. This parameter is used to set a sequence to send processor’s messages after Scheduled Message Forwarding Processor is deactivated. ¿There is other similar parameter that let me send the dropped messages to other sequence (that i would use to save this messages before dropping) when <parameter name=”max.delivery.drop”>is_Enabled</parameter>? Regards,
_______________________________________________ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev