Back to Fuji EIP Split, or Fuji EIP Split Info
| At line 1 added 1 line. |
| [{Image src='fuji-logo8.gif' link='https://fuji.dev.java.net/' alt='Fuji Home' align='left'}] |
| At line 64 changed 1 line. |
| Each split type will have its own unique configuration requirements. The service artifact layer in Fuji will have a reasonable default behavior for all split types. Individual split types can override the default behavior by implementing the following contracts: |
| Each type implementation will have its own specific configuration. There however is a configuration which can be defined for all types in general: |
| || Attribute || Description || Default |
| |''batchSize'' | Limits the of output messages that are processed in parallel. | Default is 1000. If the inbound message exchange is transactional (I.E. MessageExchange.isTransacted() returns true) the batchSize is forced to 1 |
| The service artifact layer in Fuji will have a reasonable default behavior for all split types. Individual split types can override the default behavior by implementing the following contracts: |
| At line 213 removed 3 lines. |