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: name (Name)
Description Required. Name of JCA activation configuration property. Pre-defined property names defined by the EJB specification for message-driven beans using JMS are:
  • acknowledgeMode: legal values "Auto-acknowledge" or "Dups-ok-acknowledge", default is "Auto-acknowledge";

  • messageSelector: a JMS selector expression, optional;

  • destinationType: legal values "javax.jms.Queue" or "javax.jms.Topic", required;

  • subscriptionDurability: legal values "Durable" or "NonDurable", default is "NonDurable".

Property: value (Value)
Description Required. Value for JCA activation configuration property.