Interface WmQueue

All Superinterfaces:
javax.jms.Destination, javax.jms.Queue, WmDestination

public interface WmQueue extends WmDestination, javax.jms.Queue
Interface defining webMethods extensions to javax.jms.Queue.
  • Method Details

    • getTerritory

      String getTerritory() throws javax.jms.JMSException
      Get the territory to which this queue belongs.
      Returns:
      the territory to which this queue belongs, or null to indicate the current territory
      Throws:
      javax.jms.JMSException - if unable to get the territory to which this queue belongs
    • getBroker

      String getBroker() throws javax.jms.JMSException
      Get the Broker to which this queue belongs.
      Returns:
      the Broker to which this queue belongs, or null to indicate the current Broker
      Throws:
      javax.jms.JMSException - if unable to get the territory to which this queue belongs
    • getLocalName

      String getLocalName() throws javax.jms.JMSException
      Get the local queue name.
      Returns:
      the local queue name
      Throws:
      javax.jms.JMSException - if unable to get the local queue name