Guest User

Untitled

a guest
Sep 20th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. <int:aggregator id="FileProcessingJob_aggregator" correlation-strategy="defaultCorrelationStrategy" release-strategy="defaultReleaseStrategy" ref="FileProcessingJobPartitionHandler"
  2. input-channel="FileProcessingJobInChannel" />
  3.  
  4. <int:channel id="FileProcessingJobInChannel" />
  5.  
  6. <bean id="FileProcessingJobPartitionHandler" scope="prototype" parent="basePartitionHandler">
  7. <property name="gridSize" value="#{configurationManager.getProperty(applicationID, 'grid.size', 5)}" />
  8. <property name="stepName" value="FileProcessingJob_readFileStep" />
  9. </bean>
Add Comment
Please, Sign In to add comment