Channel Performance
- Adjust the Message Storage slider so that the channel only retains the message data that you will actually need.
- If large messages are expected, use an Attachment Handler to improve throughput and reduce memory and disk usage.
- Enable source queuing if an auto-generated acknowledgement is sufficient for the upstream system.
- Enable destination queuing if you do not need to respond to the originating system from your destination.
- Increase the Max Processing Threads value if message order is not important and you may receive a large number of messages in a short time
- Increase the Queue Threads value if the downstream system can accept multiple concurrent connections.
- Clear the "Wait for previous destination" checkbox, unless you need destinations to process messages one after another.
- Use the "Destination Set Filter" feature in your source transformer when you need to route messages to only one (or a subset) of destinations in your channel.