javax.jms
Interface TopicPublisher
- All Superinterfaces:
- MessageProducer
- public interface TopicPublisher
- extends MessageProducer
Methods inherited from interface javax.jms.MessageProducer |
close, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getPriority, getTimeToLive, send, send, send, send, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setPriority, setTimeToLive |
getTopic
public Topic getTopic()
throws JMSException
- Throws:
JMSException
publish
public void publish(Message message)
throws JMSException
- Throws:
JMSException
publish
public void publish(Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
- Throws:
JMSException
publish
public void publish(Topic topic,
Message message)
throws JMSException
- Throws:
JMSException
publish
public void publish(Topic topic,
Message message,
int deliveryMode,
int priority,
long timeToLive)
throws JMSException
- Throws:
JMSException