How to set the correlation id in Spring DSL? The below code doesn't reflect correlation ID in Active MQ
<setHeader headerName="correlationId">
<constant>IFS123</constant>
</setHeader>
tried with
<setHeader headerName="JMSCorrelationId">
<constant>IFS456</constant>
</setHeader>