[jboss-user] [Messaging, JMS & JBossMQ] - Re: Multiple persistence strategies in jbossMQ

adrian@jboss.org do-not-reply at jboss.com
Mon Jul 9 07:56:23 EDT 2007


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#4061939

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4061939



More information about the jboss-user mailing list