Annotation Type DeliveryActive


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface DeliveryActive
    States whether messages will be delivered to the MDB as soon as it is deployed. If false, messages will not be delivered until an administrator executes a management operation on the MDB resource to start delivery.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean value  
    • Element Detail

      • value

        boolean value
        Default:
        true