The code snippet shows that the method returns wrong type.
public String getSessionDefaultType() {
if (type == JmsConnectionFactory.AGNOSTIC)
return "agnostic";
else if (type == JmsConnectionFactory.QUEUE)
return TOPIC_TYPE;
else
return QUEUE_TYPE;
}
- clones
-
WFLY-7202 generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect value for session type
-
- Closed
-
- incorporates
-
WFLY-7202 generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect value for session type
-
- Closed
-
- is cloned by
-
JBEAP-6267 [GSS](7.0.z) generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect value for session type
-
- Closed
-
- is incorporated by
-
JBEAP-6268 [GSS](7.1.0) Upgrade generic-jms-ra to 1.0.8 or later
-
- Closed
-
-
JBEAP-6274 Upgrade generic JMS RA to 1.0.8.Final
-
- Closed
-