Hi!
I have an endpoint interceptor which looks for a header (wsa:ReplyTo) in the request message and is supposed to route the reply to the JMS queue that is the value of the header. If the header is not present, the reply should just go to JMSReplyTo like normal.

I tried to look in the samples, but I couldn't find any mention of wsa in the stock quote example. Where is it?

Anyway, from the looks of it, it seems that wsa is only supported through endpoint mappings. That's not possible for me since a) I already have a PayloadRootQNameEndpointMapping and b) the messages won't have a wsa:Action header. Thus the interceptor approach.

Is this possible? How would one go about doing it?