messaging
messaging copied to clipboard
Define a standard way to specify the resource adapter used by a JMS MDB
The EJB 3.2 specification does not define a standard way to associate a JMS MDB (or any other type of MDB) with a resource adapter. Instead, if the application requires that a particular resource adapter be used, and the application server does not use it by default, then the application must specify this in the app-server-specific deployment descriptor (e.g. glassfish-ejb-jar.xml.
It is therefore proposed that a standard way is defined to associate a JMS MDB (or any other type of MDB) with a resource adapter, using either ejb-jar.xml or the MessageDriven annotation.
This will require a change to the EJB specification, not JMS, and is logged here for tracking purposes. The EJB spec issue is EJB_SPEC-127.
Affected Versions
[JMS 2.0 rev A]
- Issue Imported From: https://github.com/javaee/jms-spec/issues/174
- Original Issue Raised By:@glassfishrobot
- Original Issue Assigned To: Unassigned
@glassfishrobot Commented Reported by @nigeldeakin
@glassfishrobot Commented Issue-Links: depends on EJB_SPEC-127
@glassfishrobot Commented This issue was imported from java.net JIRA JMS_SPEC-174