You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Michiel Trimpe (JIRA)" <ji...@apache.org> on 2008/05/29 19:36:00 UTC

[jira] Created: (AMQ-1756) Resource Adapter's ManagedSessionProxy.setMessageListener is commented out.

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.


[jira] Resolved: (AMQ-1756) Resource Adapter's ManagedSessionProxy.setMessageListener is commented out.

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Assigned: (AMQ-1756) Resource Adapter's ManagedSessionProxy.setMessageListener is commented out.

Posted by "Rob Davies (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Davies reassigned AMQ-1756:
-------------------------------

    Assignee: Rob Davies

> 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
>   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.