PDA

View Full Version : MessagePostProcessor


skroah
Aug 15th, 2004, 09:35 PM
Does it make sense to add the following?

Message postProcessMessage(Message message, Map headerProps) throws JMSException;

Mark Pollack
Aug 25th, 2004, 06:03 PM
Hi,

Not sure I understand, you can get at the header properites through the Message itself so there is no need to pass a map of them in the method signature.

- Mark