On 10/6/06, Pico Florin <[EMAIL PROTECTED]> wrote:
So, shoul I understand that setDeliveryMode(int) for the Message sets the delivery mode for the message object by taking the delivery mode from the Producer doesn't it?
users are not meant to call that method - only JMS provider are - since the provider will always call that method within the producer.send() implementation to copy on the delivery mode from the producer. -- James ------- http://radio.weblogs.com/0112098/
