Skip navigation links

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Interface
weblogic.jms.extensions.WLJMSProducer

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

 

Uses of WLJMSProducer in weblogic.jms.extensions

 

Methods in weblogic.jms.extensions that return WLJMSProducer
abstract  WLJMSProducer WLJMSProducer.forward(Destination destination, Message message)
          Forwards a message to the specified destination, using any send options, message properties and message headers that have been defined on this JMSProducer.
abstract  WLJMSProducer WLJMSProducer.setCompressionThreshold(int limit)
           The number of bytes for the serialized message body so any message that exceeds this limit will trigger message compression when the message is sent using this JMSProducer.
abstract  WLJMSProducer WLJMSProducer.setRedeliveryLimit(int redeliveryLimit)
          Set the redelivery limit for the producer.
abstract  WLJMSProducer WLJMSProducer.setSendTimeout(long sendTimeout)
          Set the send timeout for the producer.
abstract  WLJMSProducer WLJMSProducer.setUnitOfOrder(String name)
          Set the Unit-of-Order name for this producer.
abstract  WLJMSProducer WLJMSProducer.setUnitOfOrder()
          Set the Unit-of-Order for this producer with a system-generated name.

 


Skip navigation links

Copyright 1996, 2015, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09