We have a use case in our project where we need to send UDP(UDP Outbound) datapackets to dynamic IP address and a specific Port Number.
IP Address to send packet will vary based on the Input parameters.
Will i be able to achieve Dynamic Addressing in the Spring Integration UDP Outbound Channel Adapter<HostName> depending on values in the datapacket?


Reply With Quote