View Full Version : Sending Message to Multiple Recipients
vavramov2
Feb 14th, 2008, 06:25 PM
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
Mark Fisher
Feb 14th, 2008, 07:47 PM
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
vavramov2
Feb 15th, 2008, 08:20 AM
Thanks -- that was what I was looking for.
Powered by vBulletin® Version 4.2.1 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.