|
Oracle® Database Advanced Queuing Java API Reference 12c Release 1 (12.1) E15980-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AQjmsTopicPublisher
Adds Oracle® Database Advanced Queuing specific extensions to javax.jms.TopicPublisher
Allows point to point publishing and use of transformations.
Method Summary | |
---|---|
java.lang.String |
getTransformation() Get the name of the transformation function of the TopicPublisher . |
void |
publish(Message message, oracle.jms.AQjmsAgent[] recipient_list) Publish a Message to a specific list of recipients. |
void |
publish(Message message, oracle.jms.AQjmsAgent[] recipient_list, int deliveryMode, int priority, long timeToLive) Publish a Message to a topic by specifying a list of recipients, delivery mode, priority and time to live. |
void |
publish(Topic topic, Message message, oracle.jms.AQjmsAgent[] recipient_list) Publish a Message to a topic by specifying a list of recipients. |
void |
publish(Topic topic, Message message, oracle.jms.AQjmsAgent[] recipient_list, int deliveryMode, int priority, long timeToLive) Publish a Message to a topic by specifying a list of recipients, delivery mode, priority and time to live. |
void |
setTransformation(java.lang.String transformation) Set transformation for this sender. |
Methods inherited from interface javax.jms.TopicPublisher |
---|
getTopic, publish, publish, publish, publish |
Methods inherited from interface javax.jms.MessageProducer |
---|
close, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getPriority, getTimeToLive, send, send, send, send, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setPriority, setTimeToLive |
Method Detail |
---|
void publish(Message message, oracle.jms.AQjmsAgent[] recipient_list) throws JMSException
message
- The message to be publishedrecipient_list
- The list of recipients to which the message is published. The recipients are of type AQjmsAgent
.JMSException
- if JMS fails to publish the mesasge due to some internal error.void publish(Topic topic, Message message, oracle.jms.AQjmsAgent[] recipient_list) throws JMSException
topic
- The topic to which to publish the message. This overrides the default topic of the Message Producer.message
- The message to be published.recipient_list
- The list of recipients to which the message is published. The recipients are of type AQjmsAgent
.JMSException
- if JMS fails to publish the messgae due to some internal error.void publish(Message message, oracle.jms.AQjmsAgent[] recipient_list, int deliveryMode, int priority, long timeToLive) throws JMSException
message
- The message to be published.recipient_list
- The list of recipients to which the message is published. The recipients are of type AQjmsAgent
.deliveryMode
- The delivery mode - jjavax.jms.DeliveryMode.PERSISTENT
or javax.jms.DeliveryMode.NON_PERSISTENT
.priority
- The priority of the message.timeToLive
- the message time to live in milliseconds. Zero is unlimited.JMSException
- if JMS fails to publish the messgae due to some internal error.void publish(Topic topic, Message message, oracle.jms.AQjmsAgent[] recipient_list, int deliveryMode, int priority, long timeToLive) throws JMSException
topic
- The topic to which to publish the message. This overrides the default topic of the Message Producer.message
- The message to be published.recipient_list
- The list of recipients to which the message is published. The recipients are of type AQjmsAgent
.deliveryMode
- The delivery mode - javax.jms.DeliveryMode.PERSISTENT
or javax.jms.DeliveryMode.NON_PERSISTENT
.priority
- The priority of the message.timeToLive
- the message time to live in milliseconds. Zero is unlimited.JMSException
- if JMS fails to publish the messgae due to some internal error.void setTransformation(java.lang.String transformation)
transformation
- transformation name.java.lang.String getTransformation()
TopicPublisher
.TopicPublisher
.
|
Oracle® Database Advanced Queuing Java API Reference 12c Release 1 (12.1) E15980-08 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2001, 2013, Oracle and/or its affiliates. All rights reserved.
For authorized use only.
Do not distribute to third parties.