BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


Uses of Interface
weblogic.jms.extensions.WLMessageProducer

Packages that use WLMessageProducer
weblogic.jms.extensions WebLogic Server extensions to JMS. 
 

Uses of WLMessageProducer in weblogic.jms.extensions
 

Methods in weblogic.jms.extensions with parameters of type WLMessageProducer
static void JMSForwardHelper.Forward(WLMessageProducer producer, Message message, boolean restoreAfterDone)
          Regular jms forward and restore the original message if needed back to the state before the forward
static void JMSForwardHelper.Forward(WLMessageProducer producer, Destination destination, Message message, boolean restoreAfterDone)
          Regular jms forward and restore the original message if needed back to the state before the forward
static void JMSForwardHelper.Forward(WLMessageProducer producer, Message message, int deliveryMode, int priority, long timeToLive, boolean restoreAfterDone)
          Regular jms forward and restore the original message if needed back to the state before the forward
static void JMSForwardHelper.Forward(WLMessageProducer producer, Destination destination, Message message, int deliveryMode, int priority, long timeToLive, boolean restoreAfterDone)
          Regular jms forward and restore the original message if needed back to the state before the forward
static void JMSForwardHelper.ForwardFromMessage(WLMessageProducer producer, Message message, boolean restoreAfterDone)
          Forward using the QOS from the message and restore the original message if needed back to the state before the forward This API will honor the redelivery limit, UOO and deliveryTime.
static void JMSForwardHelper.ForwardFromMessage(WLMessageProducer producer, Destination destination, Message message, boolean restoreAfterDone)
          Forward using the QOS from the message and restore the original message if needed back to the state before the forward.
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.