nodeDescription="Deduplicate messages for a configurable period based on a specified deduplication strategy.",
nodeDescription="Deduplicate messages within the same originator entity for a configurable period "+
"based on a specified deduplication strategy.",
nodeDetails="Rule node allows you to select one of the following strategy to deduplicate messages: <br></br>"+
"<b>FIRST</b> - return first message that arrived during deduplication period.<br></br>"+
"<b>LAST</b> - return last message that arrived during deduplication period.<br></br>"+
"<b>ALL</b> - return all messages as a single JSON array message. Where each element represents object with <b>msg</b> and <b>metadata</b> inner properties.<br></br>",
"<b>ALL</b> - return all messages as a single JSON array message. "+
"Where each element represents object with <b>msg</b> and <b>metadata</b> inner properties.<br></br>",