This tutorial says that Message Driven Bean class cannot be defined as abstract or final.
What is the reason for this? Why this class cannot be closed for extensions?
UPDATE: I test this on JBoss Eap 6.3, And what I noted is MDB doesn't get fired though there are messages in the queue, But I couldn't find any error logs regarding this.