public class PooledTopicPublisher extends PooledProducer implements TopicPublisher
TopicPublisher instance that is created and managed by a PooledConnection.| Constructor and Description |
|---|
PooledTopicPublisher(TopicPublisher messageProducer,
Destination destination) |
| Modifier and Type | Method and Description |
|---|---|
Topic |
getTopic() |
protected TopicPublisher |
getTopicPublisher() |
void |
publish(Message message) |
void |
publish(Message message,
int i,
int i1,
long l) |
void |
publish(Topic topic,
Message message) |
void |
publish(Topic topic,
Message message,
int i,
int i1,
long l) |
close, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getMessageProducer, getPriority, getTimeToLive, isAnonymous, send, send, send, send, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setPriority, setTimeToLive, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitclose, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getPriority, getTimeToLive, send, send, send, send, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setPriority, setTimeToLivepublic PooledTopicPublisher(TopicPublisher messageProducer, Destination destination) throws JMSException
JMSExceptionpublic Topic getTopic() throws JMSException
getTopic in interface TopicPublisherJMSExceptionpublic void publish(Message message) throws JMSException
publish in interface TopicPublisherJMSExceptionpublic void publish(Message message, int i, int i1, long l) throws JMSException
publish in interface TopicPublisherJMSExceptionpublic void publish(Topic topic, Message message) throws JMSException
publish in interface TopicPublisherJMSExceptionpublic void publish(Topic topic, Message message, int i, int i1, long l) throws JMSException
publish in interface TopicPublisherJMSExceptionprotected TopicPublisher getTopicPublisher()
Copyright © 2005–2015 FuseSource, Corp.. All rights reserved.