Package org.jboss.ejb3.annotation
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. Iffalse
, 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
-