Results 1 to 3 of 3

Thread: Sending Message to Multiple Recipients

  1. #1
    Join Date
    Feb 2008
    Posts
    13

    Default Sending Message to Multiple Recipients

    Is there a way to create a recipient list for some of the messages: e.g. message is dispatched to more than one channel?

    Thanks,

    Vassil

  2. #2
    Join Date
    Oct 2005
    Location
    Boston, MA
    Posts
    2,844

    Default

    You can create an instance of org.springframework.integration.router.RecipientLi stRouter and then either set a list of channel references or an array of channel names. The router is a handler itself, so you can then configure it within an <endpoint> element.

    -Mark

  3. #3
    Join Date
    Feb 2008
    Posts
    13

    Default

    Thanks -- that was what I was looking for.

Posting Permissions

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