[jboss-jira] [JBoss JIRA] (WFLY-7202) JmsMCFProperties.getSessionDefaultType() method in generic-kms-ra returns wrong type.

Tom Ross (JIRA) issues at jboss.org
Fri Sep 23 04:37:00 EDT 2016


Tom Ross created WFLY-7202:
------------------------------

             Summary: JmsMCFProperties.getSessionDefaultType() method in generic-kms-ra returns wrong 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: Jeff Mesnil


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
(v6.4.11#64026)


More information about the jboss-jira mailing list