I'm using <service-activator> with a method that uses a domain object.
I've noticed that when a message with a collection of that object is received the method is invoked with one element and the rest are discarded.
Is this intentional? Is there a way to avoid this behavior without doing the checks in the code or using a splitter/filter?
