mirror of https://github.com/apache/activemq.git
Applied patch from https://issues.apache.org/activemq/browse/AMQ-1345
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@646789 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
97a646c5a8
commit
acf453b46a
|
@ -29,8 +29,6 @@ import org.apache.activemq.ActiveMQConnectionFactory;
|
||||||
* and deliver messages to those end points using the connection configure in
|
* and deliver messages to those end points using the connection configure in
|
||||||
* the resource adapter. <p/>Must override equals and hashCode (JCA spec 16.4)
|
* the resource adapter. <p/>Must override equals and hashCode (JCA spec 16.4)
|
||||||
*
|
*
|
||||||
* @org.apache.xbean.XBean element="resourceAdapter" rootElement="true"
|
|
||||||
* description="The JCA Resource Adaptor for ActiveMQ"
|
|
||||||
* @version $Revision$
|
* @version $Revision$
|
||||||
*/
|
*/
|
||||||
interface MessageResourceAdapter extends ResourceAdapter {
|
interface MessageResourceAdapter extends ResourceAdapter {
|
||||||
|
|
Loading…
Reference in New Issue