javax.jms
Interface MessageProducer
- All Known Subinterfaces:
- QueueSender, TopicPublisher
public interface MessageProducer
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
setDisableMessageID
void setDisableMessageID(boolean value)
throws JMSException
- Throws:
JMSException
getDisableMessageID
boolean getDisableMessageID()
throws JMSException
- Throws:
JMSException
setDisableMessageTimestamp
void setDisableMessageTimestamp(boolean value)
throws JMSException
- Throws:
JMSException
getDisableMessageTimestamp
boolean getDisableMessageTimestamp()
throws JMSException
- Throws:
JMSException
setDeliveryMode
void setDeliveryMode(int deliveryMode)
throws JMSException
- Throws:
JMSException
getDeliveryMode
int getDeliveryMode()
throws JMSException
- Throws:
JMSException
setPriority
void setPriority(int defaultPriority)
throws JMSException
- Throws:
JMSException
getPriority
int getPriority()
throws JMSException
- Throws:
JMSException
setTimeToLive
void setTimeToLive(long timeToLive)
throws JMSException
- Throws:
JMSException
getTimeToLive
long getTimeToLive()
throws JMSException
- Throws:
JMSException
getDestination
Destination getDestination()
throws JMSException
- Throws:
JMSException
close
void close()
throws JMSException
- Throws:
JMSException
send
void send(Message message)
throws JMSException
- Throws:
JMSException
send
void send(Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
- Throws:
JMSException
send
void send(Destination destination,
Message message)
throws JMSException
- Throws:
JMSException
send
void send(Destination destination,
Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
- Throws:
JMSException
Copyright © 2006 Apache Software Foundation. All Rights Reserved.