Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
4.0.1, 4.0.2, 4.1.0, 4.1.1, 4.1.2, 5.0.0, 5.1.0
-
None
Description
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