org.activemq.pool
Class PooledQueueSender
java.lang.Object
org.activemq.pool.PooledProducer
org.activemq.pool.PooledQueueSender
- All Implemented Interfaces:
- MessageProducer, QueueSender
public class PooledQueueSender
- extends PooledProducer
- implements QueueSender
- Version:
- $Revision: 1.1 $
Methods inherited from class org.activemq.pool.PooledProducer |
close, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getMessageProducer, getPriority, getTimeToLive, send, send, send, send, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setPriority, setTimeToLive |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jms.MessageProducer |
close, getDeliveryMode, getDestination, getDisableMessageID, getDisableMessageTimestamp, getPriority, getTimeToLive, send, send, setDeliveryMode, setDisableMessageID, setDisableMessageTimestamp, setPriority, setTimeToLive |
PooledQueueSender
public PooledQueueSender(ActiveMQQueueSender messageProducer,
Destination destination)
throws JMSException
- Throws:
JMSException
send
public void send(Queue queue,
Message message,
int i,
int i1,
long l)
throws JMSException
- Specified by:
send
in interface QueueSender
- Throws:
JMSException
send
public void send(Queue queue,
Message message)
throws JMSException
- Specified by:
send
in interface QueueSender
- Throws:
JMSException
getQueue
public Queue getQueue()
throws JMSException
- Specified by:
getQueue
in interface QueueSender
- Throws:
JMSException
getQueueSender
protected ActiveMQQueueSender getQueueSender()
Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.