On Sat, May 24, 2014 at 2:19 PM, romain.guay <[email protected]> wrote:
> Hi,
> I wonder why Camel supports JMSXGroupID and not JMSXGroupSeq properties. I
> find it useful sometimes to set a message sequence inside a group and I
> would expect to be able to rely on this property. Unless there is another
> way I don't know. Any advice is welcome, thanks!
>

What kind of support do you mean? You can set any JMS property using Camel.

They map to Camel message headers, so you can set a header

.setHeader("JMSXGroupSeq", constant("123"))
.to("jms:queue:foo")


>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/Support-for-JMSXGroupSeq-tp5751552.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: [email protected]
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
hawtio: http://hawt.io/
fabric8: http://fabric8.io/

Reply via email to