Resource Adapter's ManagedSessionProxy.setMessageListener is commented out.
---------------------------------------------------------------------------
Key: AMQ-1756
URL: https://issues.apache.org/activemq/browse/AMQ-1756
Project: ActiveMQ
Issue Type: Bug
Components: Connector, JCA Container
Affects Versions: 5.1.0, 5.0.0, 4.1.2, 4.1.1, 4.1.0, 4.0.2, 4.0.1
Reporter: Michiel Trimpe
Priority: Critical
In the org.apache.activemq.ra.ManagedSessionProxy class the setMessageListener
method doesn't do anything;.
This prevents the MessageListener from being added to the Session and that
makes it kind of hard to listen to messages.
It seems quite probable that this is just a quick debugging fix that
accidentally made it into subversion; but if there is some reason for this that
I can't see please let me know.
The code:
public void setMessageListener(MessageListener listener) throws
JMSException {
getSession(); // .setMessageListener(listener);
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.