Are activation specs required for message-driven beans?
问题 I have a non-JMS MDB that I'm installing into a Websphere Liberty server. package mdb.test; import javax.ejb.MessageDriven; @MessageDriven() public class TheMDB implements MyOwnListener { public TheMDB() {} @Override public void onMyOwnMessage(MyOwnMessage message) {} } Without further configuration, the server gives the following message: [WARNING ] CNTR4015W : The message endpoint for the TheMDB message-driven bean cannot be activated because the mdb.test/TheMDB activation specification is