Create Durable Subscriber
post
                    /management/weblogic/{version}/serverRuntime/JMSRuntime/JMSServers/{name}/destinations/{name}/createDurableSubscriber
Creates a durable subscriber on the destination with the specified client ID and subscription name. A message selector and no-local flag may also be specified.
Request
Supported Media Types
                - application/json
Path Parameters
                - 
                    name: string
                    
                    The name property of the instance in the collection.
- 
                    version: string
                    
                    The version of the WebLogic REST interface.
Header Parameters
                - 
                        X-Requested-By: string
                        
                        The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Must contain the following fields:
Root Schema : Arguments
    
      Type: 
      
    
    
    
    objectTitle: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        Arguments- 
            ClientID(optional): 
            string
            An identifier that uniquely identifies a client connection. 
- 
            noLocal(optional): 
            boolean
            If set, inhibits the delivery of messages published by its own connection. 
- 
            selector(optional): 
            string
            Only messages with properties matching the message selector expression are delivered. A value of null or an empty string indicates that there is no message selector for the message consumer. 
- 
            subscriptionName(optional): 
            string
            The name used to identify this subscription. 
Security
                - 
                        Admin: basic
                        
                        Type:basicDescription:A user in the Admin security role.
Response
200 Response
Returns the following fields: