Package org.jboss.ejb3.annotation
Annotation Type DeliveryGroup
-
@Target(TYPE) @Retention(RUNTIME) public @interface DeliveryGroup
Adds the MDB to a delivery group. The messages are delivered to the MDB only when the delivery group is active. If the delivery group is not active, the messages will not be delivered until an administrator executes a management operation on the MDB delivery group to activate it.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
-