So I send messages with a custom header called "uuid" and a camel program
that aggregates based on this header. I know that the value gets set in my
messages. However when I pull a message from the queue in my camel program
and use newExchange.getProperty("uuid") and cast it to a string, I get null
as a value. Why might this be?

Reply via email to