Hello, I have an SCA binding that reads a message from a JMS Queue (REQUEST_QUEUE)invokes a bean and sends the reply to another JMS Queue(RESPONSE_QUEUE).
Sometimes the message sender adds a replyTo Destinationmessage header value (Lets say OTHER_RESPONSE_QUEUE). This 'overrides' my RESPONSE_QUEUE. I would like an example where I can filter this Header value to that the reply gets put in RESPONSE_QUEUE and not in OTHER_RESPONSE_QUEUE. Can some one please point me to an example please? Thanks in advance! Matt Madhavan
