Hi,

The JMSXGroupID is a property which can be exclusively used with the
Messaging Broker Apache ActiveMQ. As mentioned in the documentation, the
SEDA component uses a Blocking Queue between the producer and consumer.
Nevertheless, if there is one consumer connected to the SEDA queue, you can
use this property with the Apache Camel Aggregator Pattern (
http://camel.apache.org/aggregator2.html)  to aggregate all the messages
belonging to a groupID.

Regards,

On Wed, Oct 15, 2014 at 5:45 AM, simafengyun <273132...@qq.com> wrote:

> Hi All,
>
> It seems that message group only support the jms and activemq.
> But in my application  I used SEDA.
> I tried to use the message group. But it doesn't work.
>
> in.setHeader("JMSXGroupID", groupid);
>
>
> Anyone can tell me how to use the message group for SEDA? Thanks
>
>
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/Question-about-the-message-group-tp5757580.html
> Sent from the Camel - Users mailing list archive at Nabble.com.
>



-- 
Charles Moulliard
Apache Committer / Architect @RedHat
Twitter : @cmoulliard | Blog :  http://cmoulliard.github.io

Reply via email to