Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task]: Test JMS 2 compatibility with MI #3839

Open
ShammiL opened this issue Dec 17, 2024 · 0 comments
Open

[Task]: Test JMS 2 compatibility with MI #3839

ShammiL opened this issue Dec 17, 2024 · 0 comments

Comments

@ShammiL
Copy link
Contributor

ShammiL commented Dec 17, 2024

Description

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.

[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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant