[
https://issues.apache.org/activemq/browse/AMQ-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rob Davies resolved AMQ-1756.
-----------------------------
Fix Version/s: 5.2.0
Resolution: Fixed
Not sure why it was commented out - Fixed by SVN revision 663052
> 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: 4.0.1, 4.0.2, 4.1.0, 4.1.1, 4.1.2, 5.0.0, 5.1.0
> Reporter: Michiel Trimpe
> Assignee: Rob Davies
> Priority: Critical
> Fix For: 5.2.0
>
> Original Estimate: 30 minutes
> Remaining Estimate: 30 minutes
>
> 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.