0 Replies Latest reply on Mar 28, 2017 1:52 PM by daled

    Get MDB ActivationConfigProperty using CLI

    daled

      Is there a way to get MDB activation config properties from the CLI?

       

      For example:

       

      @MessageDriven(name = "HelloWorldMDB", activationConfig = {

       

      @ActivationConfigProperty(propertyName = "destinationType", propertyValue = "javax.jms.Queue"),

       

      @ActivationConfigProperty(propertyName = "destination", propertyValue = "queue/HELLOWORLDMDBQueue"),

       

      @ActivationConfigProperty(propertyName = "maxSession", propertyValue = "5"),

       

      @ActivationConfigProperty(propertyName = "acknowledgeMode", propertyValue = "Auto-acknowledge") })

       

       

      Is there a way to retrieve the maxSession propertyValue using the CLI?