Creates a Message-Driven Enterprise JavaBean (EJB) component based on the Java Messaging System (JMS).
A message-driven bean is typically used to facilitate asynchronous transactional communication. A message-driven
bean reacts to messages and typically delegates the actual business logic to a session bean.