Results 1 to 2 of 2

Thread: Spring Integration :udp-outbound-channel-adapter

  1. #1

    Post Spring Integration :udp-outbound-channel-adapter

    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?

  2. #2
    Join Date
    Mar 2010
    Location
    Gtr Philadelphia, PA
    Posts
    2,015

    Default

    No, currently, the UDP adapter is designed to send to a fixed host/port.

    This would not be hard to implement for UDP, though. Please feel free to open a New Feature JIRA here https://jira.springsource.org/browse/INT

    In the meantime, you could use a similar technique to that used the dynamic ftp sample...

    https://github.com/garyrussell/sprin...ed/dynamic-ftp
    Gary P. Russell
    Spring Integration Team
    SpringSource, a division of VMware

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •