I\'ve configured the message destination type, name etc using @ActivationConfigProperty
in EJB 3.0 but I wanted to configure the MDB
using deployme
Below is the xml content for configuring MDB, can modify the below code accordingly.
SomeMessageBean
com.bean.SomeMessageBean
javax.jms.MessageListener
Container
javax.jms.Queue
destinationType
javax.jms.Queue
messageSelector
MessageFormat = 'Version 3.4'
acknowledgeMode
Auto-acknowledge
jms/ConnectionFactory
javax.jms.ConnectionFactory
Container
ConnectionFactory
com.bean.SomeMessageBean
datasource