1 Reply Latest reply on Nov 17, 2003 2:39 AM by stephanenicoll

    how to override Message Header Fields

    rkhb


      how to override message header fields JMSDeliveryMode, JMSExpiration and JMSPriority in jboss so that administrator can configure JMS to override the client-specified values for JMSDeliveryMode, JMSExpiration and JMSPriority header field value must reflect the administratively specified value.

        • 1. Re: how to override Message Header Fields

          I assume using an custom interceptor should do the trick. Check the JMS provider config, you have a list of interceptor that will process the message (DestinationManager should be the last one).

          If you define your own interceptor that will override thoses values, I think it should work.

          Regards,

          Stephane