That's from the client side api BEFORE you send the message.
The MessageProducer.send() is what sets the DeliveryMode
(either from the passed parameter or the value you configure on the MessageProducer).
The interceptor runs AFTER the client api. You can modify the message
as much as you like there (with reason :-), as long as you do it before the
DestinationManager sees it.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4061939#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...