com.ibm.broker.config.proxy

Class SubscriptionParameters.MQ

  • java.lang.Object
    • com.ibm.broker.config.proxy.SubscriptionParameters.MQ
  • Enclosing class:
    SubscriptionParameters

    Deprecated. 
    Use WebSphere MQ to manage subscriptions.

    public static class SubscriptionParameters.MQ
    extends java.lang.Object
    As of Websphere Message Broker V7 this class should no longer be used.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String CORRELID
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
      static java.lang.String QUEUE
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
      static java.lang.String QUEUEMANAGER
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
      static java.lang.String SUBSCRIPTIONPOINT
      Deprecated. 
      This constant is not used as of WebSphere Message Broker V7.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MQ()
      Deprecated. 
       
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • CORRELID

        public static final java.lang.String CORRELID
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • SUBSCRIPTIONPOINT

        public static final java.lang.String SUBSCRIPTIONPOINT
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • QUEUEMANAGER

        public static final java.lang.String QUEUEMANAGER
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
      • QUEUE

        public static final java.lang.String QUEUE
        Deprecated. This constant is not used as of WebSphere Message Broker V7.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MQ

        public MQ()
        Deprecated.