Back to Fuji EIP Aggregate, or Fuji EIP Aggregate Info
| At line 78 added 6 lines. |
| ! Set |
| The ''set'' type provides for aggregation of input messages as a set. The configuration of ''set'' allows the user to define the conditions under which a set is complete and messages in the set are forwarded on as a single, aggregated message. The following configuration options are supported: |
| * ''size'' : the size threshold for aggregated messages. Once the threshold is reached, all messages in the set are aggregated. Valid units are 'mb', 'kb', and 'b' (e.g. 10mb = 10 megabytes). |
| * ''count'' : number of messages that must be in the set before they are aggregated into a single message. |
| * ''wait'' : amount of time to wait before the set is aggregated. Valid units are ms, s, m, h (e.g. 1h = 1 hour). |
| * ''order'' : specifies the order in which input messages are added to the aggregate message. Valid values are 'created' and 'received'. |
| At line 79 removed 5 lines. |
| size |
| count |
| wait |
| order |