I’m trying to use a composite destination to setup a simple wiretap of messages 
going to a set of queues - the configuration I’m using looks like this
<compositeTopic name="vt.in.*.*" >
    <forwardTo>
        <queue physicalName="in.audit" />
    </forwardTo>
</compositeTopic>

This works great except for one problem - I can’t tell where the original 
message came from so I can’t build my audit trail.

Is there a way to configure the composite destination so it can set the 
originalDestination header?


Reply via email to