[jboss-jira] [JBoss JIRA] (WFLY-7202) generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect value for session type

Kabir Khan (JIRA) issues at jboss.org
Wed Dec 6 12:27:13 EST 2017


     [ https://issues.jboss.org/browse/WFLY-7202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kabir Khan updated WFLY-7202:
-----------------------------
    Fix Version/s: 11.0.0.Final


I am bulk closing old issues that were resolved with no fix version. There are quite many of these so I am not checking the history properly. From the lastModified date of this issue it looks like it was done for 11.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.

> generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect value for session type
> ------------------------------------------------------------------------------------------------
>
>                 Key: WFLY-7202
>                 URL: https://issues.jboss.org/browse/WFLY-7202
>             Project: WildFly
>          Issue Type: Bug
>          Components: JMS
>    Affects Versions: 10.1.0.Final
>            Reporter: Tom Ross
>            Assignee: Tom Ross
>             Fix For: 11.0.0.Final
>
>
> The code snippet shows that the method returns wrong type.
> {noformat}
> public String getSessionDefaultType() {
>         if (type == JmsConnectionFactory.AGNOSTIC)
>             return "agnostic";
>         else if (type == JmsConnectionFactory.QUEUE)
>             return TOPIC_TYPE;
>         else
>             return QUEUE_TYPE;
>     }
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list