1.

Explain javax.ejb.ActivationConfigProperty annotation.

Answer»

javax.ejb.ActivationConfigProperty annotation is used to specify properties required for a message driven bean. For example end point, destination, message selector etc.

This annotation is passed as a parameter to activationConfig attribute of javax.ejb.MessageDrivenBean annotation.Following are its attributes:

  • propertyName - name of the property.

  • propertyValue - value of the property.



Discussion

No Comment Found