Class: com.sybase.djc.ant.ActivationConfigProperty (Activation Config Property) | EAServer 6.3 Help |
---|
Description |
Sets an activation property for a message-driven bean
that is associated with a JCA message listener.
When message-driven beans are associated with the default Sybase JMS provider, the activationConfig property should not be used. See also: Message Listener Property. |
---|---|
Configuration |
Example:
<setProperties components="ejb.components.example.MyListener"> <activationConfig name="subscriptionDurability" value="Durable"/> ... </setProperties> |
Nested Properties | name, value |
Property: value (Value) | |
---|---|
Description | Required. Value for JCA activation configuration property. |