[
https://issues.jboss.org/browse/WFLY-7202?page=com.atlassian.jira.plugin....
]
Tom Ross updated WFLY-7202:
---------------------------
Summary: generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect
value for session type (was: JmsMCFProperties.getSessionDefaultType() method in
generic-jms-ra returns wrong type.)
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
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)