org.apache.activemq
Class ActiveMQQueueSession
java.lang.Object
org.apache.activemq.ActiveMQQueueSession
- All Implemented Interfaces:
- Runnable, javax.jms.QueueSession, javax.jms.Session
public class ActiveMQQueueSession
- extends Object
- implements javax.jms.QueueSession
A QueueSession implementation that throws IllegalStateExceptions
when Topic operations are attempted but which delegates
to another QueueSession for all other operations.
The ActiveMQSessions implement both Topic and Queue Sessions
methods but the spec states that Queue session should throw Exceptions
if topic operations are attempted on it.
- Version:
- $Revision: 1.2 $
Fields inherited from interface javax.jms.Session |
AUTO_ACKNOWLEDGE, CLIENT_ACKNOWLEDGE, DUPS_OK_ACKNOWLEDGE, SESSION_TRANSACTED |
ActiveMQQueueSession
public ActiveMQQueueSession(javax.jms.QueueSession next)
close
public void close()
throws javax.jms.JMSException
- Specified by:
close
in interface javax.jms.Session
- Throws:
javax.jms.JMSException
commit
public void commit()
throws javax.jms.JMSException
- Specified by:
commit
in interface javax.jms.Session
- Throws:
javax.jms.JMSException
createBrowser
public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue)
throws javax.jms.JMSException
- Specified by:
createBrowser
in interface javax.jms.QueueSession
- Specified by:
createBrowser
in interface javax.jms.Session
- Parameters:
queue
-
- Returns:
-
- Throws:
javax.jms.JMSException
createBrowser
public javax.jms.QueueBrowser createBrowser(javax.jms.Queue queue,
String messageSelector)
throws javax.jms.JMSException
- Specified by:
createBrowser
in interface javax.jms.QueueSession
- Specified by:
createBrowser
in interface javax.jms.Session
- Parameters:
queue
- messageSelector
-
- Returns:
-
- Throws:
javax.jms.JMSException
createBytesMessage
public javax.jms.BytesMessage createBytesMessage()
throws javax.jms.JMSException
- Specified by:
createBytesMessage
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createConsumer
public javax.jms.MessageConsumer createConsumer(javax.jms.Destination destination)
throws javax.jms.JMSException
- Specified by:
createConsumer
in interface javax.jms.Session
- Parameters:
destination
-
- Returns:
-
- Throws:
javax.jms.JMSException
createConsumer
public javax.jms.MessageConsumer createConsumer(javax.jms.Destination destination,
String messageSelector)
throws javax.jms.JMSException
- Specified by:
createConsumer
in interface javax.jms.Session
- Parameters:
destination
- messageSelector
-
- Returns:
-
- Throws:
javax.jms.JMSException
createConsumer
public javax.jms.MessageConsumer createConsumer(javax.jms.Destination destination,
String messageSelector,
boolean NoLocal)
throws javax.jms.JMSException
- Specified by:
createConsumer
in interface javax.jms.Session
- Parameters:
destination
- messageSelector
- NoLocal
-
- Returns:
-
- Throws:
javax.jms.JMSException
createDurableSubscriber
public javax.jms.TopicSubscriber createDurableSubscriber(javax.jms.Topic topic,
String name)
throws javax.jms.JMSException
- Specified by:
createDurableSubscriber
in interface javax.jms.Session
- Parameters:
topic
- name
-
- Returns:
-
- Throws:
javax.jms.JMSException
createDurableSubscriber
public javax.jms.TopicSubscriber createDurableSubscriber(javax.jms.Topic topic,
String name,
String messageSelector,
boolean noLocal)
throws javax.jms.JMSException
- Specified by:
createDurableSubscriber
in interface javax.jms.Session
- Parameters:
topic
- name
- messageSelector
- noLocal
-
- Returns:
-
- Throws:
javax.jms.JMSException
createMapMessage
public javax.jms.MapMessage createMapMessage()
throws javax.jms.JMSException
- Specified by:
createMapMessage
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createMessage
public javax.jms.Message createMessage()
throws javax.jms.JMSException
- Specified by:
createMessage
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createObjectMessage
public javax.jms.ObjectMessage createObjectMessage()
throws javax.jms.JMSException
- Specified by:
createObjectMessage
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createObjectMessage
public javax.jms.ObjectMessage createObjectMessage(Serializable object)
throws javax.jms.JMSException
- Specified by:
createObjectMessage
in interface javax.jms.Session
- Parameters:
object
-
- Returns:
-
- Throws:
javax.jms.JMSException
createProducer
public javax.jms.MessageProducer createProducer(javax.jms.Destination destination)
throws javax.jms.JMSException
- Specified by:
createProducer
in interface javax.jms.Session
- Parameters:
destination
-
- Returns:
-
- Throws:
javax.jms.JMSException
createQueue
public javax.jms.Queue createQueue(String queueName)
throws javax.jms.JMSException
- Specified by:
createQueue
in interface javax.jms.QueueSession
- Specified by:
createQueue
in interface javax.jms.Session
- Parameters:
queueName
-
- Returns:
-
- Throws:
javax.jms.JMSException
createReceiver
public javax.jms.QueueReceiver createReceiver(javax.jms.Queue queue)
throws javax.jms.JMSException
- Specified by:
createReceiver
in interface javax.jms.QueueSession
- Parameters:
queue
-
- Returns:
-
- Throws:
javax.jms.JMSException
createReceiver
public javax.jms.QueueReceiver createReceiver(javax.jms.Queue queue,
String messageSelector)
throws javax.jms.JMSException
- Specified by:
createReceiver
in interface javax.jms.QueueSession
- Parameters:
queue
- messageSelector
-
- Returns:
-
- Throws:
javax.jms.JMSException
createSender
public javax.jms.QueueSender createSender(javax.jms.Queue queue)
throws javax.jms.JMSException
- Specified by:
createSender
in interface javax.jms.QueueSession
- Parameters:
queue
-
- Returns:
-
- Throws:
javax.jms.JMSException
createStreamMessage
public javax.jms.StreamMessage createStreamMessage()
throws javax.jms.JMSException
- Specified by:
createStreamMessage
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createTemporaryQueue
public javax.jms.TemporaryQueue createTemporaryQueue()
throws javax.jms.JMSException
- Specified by:
createTemporaryQueue
in interface javax.jms.QueueSession
- Specified by:
createTemporaryQueue
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createTemporaryTopic
public javax.jms.TemporaryTopic createTemporaryTopic()
throws javax.jms.JMSException
- Specified by:
createTemporaryTopic
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createTextMessage
public javax.jms.TextMessage createTextMessage()
throws javax.jms.JMSException
- Specified by:
createTextMessage
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
createTextMessage
public javax.jms.TextMessage createTextMessage(String text)
throws javax.jms.JMSException
- Specified by:
createTextMessage
in interface javax.jms.Session
- Parameters:
text
-
- Returns:
-
- Throws:
javax.jms.JMSException
createTopic
public javax.jms.Topic createTopic(String topicName)
throws javax.jms.JMSException
- Specified by:
createTopic
in interface javax.jms.Session
- Parameters:
topicName
-
- Returns:
-
- Throws:
javax.jms.JMSException
equals
public boolean equals(Object arg0)
- Overrides:
equals
in class Object
getAcknowledgeMode
public int getAcknowledgeMode()
throws javax.jms.JMSException
- Specified by:
getAcknowledgeMode
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
getMessageListener
public javax.jms.MessageListener getMessageListener()
throws javax.jms.JMSException
- Specified by:
getMessageListener
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
getTransacted
public boolean getTransacted()
throws javax.jms.JMSException
- Specified by:
getTransacted
in interface javax.jms.Session
- Returns:
-
- Throws:
javax.jms.JMSException
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
recover
public void recover()
throws javax.jms.JMSException
- Specified by:
recover
in interface javax.jms.Session
- Throws:
javax.jms.JMSException
rollback
public void rollback()
throws javax.jms.JMSException
- Specified by:
rollback
in interface javax.jms.Session
- Throws:
javax.jms.JMSException
run
public void run()
- Specified by:
run
in interface Runnable
- Specified by:
run
in interface javax.jms.Session
setMessageListener
public void setMessageListener(javax.jms.MessageListener listener)
throws javax.jms.JMSException
- Specified by:
setMessageListener
in interface javax.jms.Session
- Parameters:
listener
-
- Throws:
javax.jms.JMSException
toString
public String toString()
- Overrides:
toString
in class Object
unsubscribe
public void unsubscribe(String name)
throws javax.jms.JMSException
- Specified by:
unsubscribe
in interface javax.jms.Session
- Parameters:
name
-
- Throws:
javax.jms.JMSException
getNext
public javax.jms.QueueSession getNext()
Copyright © 2011 Apache Software Foundation. All Rights Reserved.