Class JMSQueue

java.lang.Object
de.caluga.morphium.messaging.jms.JMSDestination
de.caluga.morphium.messaging.jms.JMSQueue
All Implemented Interfaces:
javax.jms.Destination, javax.jms.Queue

public class JMSQueue extends JMSDestination implements javax.jms.Queue
  • Constructor Details

    • JMSQueue

      public JMSQueue()
    • JMSQueue

      public JMSQueue(String name)
  • Method Details

    • getQueueName

      public String getQueueName() throws javax.jms.JMSException
      Specified by:
      getQueueName in interface javax.jms.Queue
      Throws:
      javax.jms.JMSException
    • setQueueName

      public void setQueueName(String queueName)