You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to [1], the only JMS spec versions supported by MI are 1.1 and 1.0.2b. But transport.jms.JMSSpecVersion parameter allows 2.0[2] as a possible value and some features of JMS 2(if not all) are already supported by MI. eg: [3][4]
It needs to be tested and verified whether JMS 2 is entirely supported by MI and if supported update the documentation as necessary.
Description
According to [1], the only JMS spec versions supported by MI are
1.1
and1.0.2b
. Buttransport.jms.JMSSpecVersion
parameter allows2.0
[2] as a possible value and some features of JMS 2(if not all) are already supported by MI. eg: [3][4]It needs to be tested and verified whether JMS 2 is entirely supported by MI and if supported update the documentation as necessary.
[1] https://mi.docs.wso2.com/en/latest/reference/synapse-properties/transport-parameters/jms-transport-parameters/
[2] https://github.com/wso2/wso2-axis2-transports/blob/master/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSConnectionFactory.java#L360
[3] https://github.com/wso2/wso2-axis2-transports/blob/master/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSConstants.java#L381
[4] https://github.com/wso2/wso2-axis2-transports/blob/master/modules/jms/src/main/java/org/apache/axis2/transport/jms/JMSUtils.java#L971
Version
No response
The text was updated successfully, but these errors were encountered: