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
-
JBEAP-6266 [GSS](7.1.0) generic-jms-ra's JmsMCFProperties.getSessionDefaultType returns incorrect value for session type
- Closed
- is incorporated by
-
JBEAP-6269 [GSS](7.0.z) Upgrade generic-jms-ra to 1.0.8 or later
- Closed