jsr343-experts@jms-spec.java.net

[jsr343-experts] Re: JMS Support for DI

From: Clebert Suconic <clebert.suconic_at_gmail.com>
Date: Fri, 11 Nov 2011 15:55:39 -0600

Just a question: How we would aggregate properties to messages when sending
a TextMessage?

If you do sendTextMessage(String message), you will lose the possibility of
properties which are useful on routing?

You could of course have an override method sendTextMessage(String msg,
Properties prop) or something like that, but what about receiving? We would
still support the old message types?