On 8/23/06, StanleyH <[EMAIL PROTECTED]> wrote:
Hi, I want to include sender screename in the headers of a BytesMessage. which is a good candidate? I am writing a voice-mail application.
Just attach a StringProperty to the message (it doesn't matter what
type of JMS message you are using.
Message message = ...
message.setStringProperty("ScreenName", "James");
...
--
James
-------
http://radio.weblogs.com/0112098/
