How to transfer files without using Orchestration?
- Use content Base routing, you can create a filter on the send port that checks the receive location specified in the envelope.
- If it matches the filter expression, BTS.Receiveportname = <receive_portname you created>, it is routed to the send port without going through orchestration.
How to transfer files without using Orchestration?
1. By using content based routing, files can be transferred.
2. By creating receive port and send port. If send port is configuring, provide the condition as BTS.
Receiveportname = <receive_portname created>