in Technology by

What are the callback annotations for message driven bean?

Please log in or register to answer this question.

1 Answer

0 votes
by

Following is the list of callback annotations for message driven bean:

  • @PostConstruct - method is invoked when a bean is created for the first time.

  • @PreDestroy - method is invoked when a bean is removed from the bean pool or is destroyed.

Related questions

...