1
votes

I am working on migrating ear application to liberty. As part of this all jndi lookups to beans are converted to java namespace.

However we have jndi lookups for jms or services provided by server etc.

Do we have to convert this to any other format for it to work on liberty.?

Are there any known limitations related to jms on liberty?

1

1 Answers

0
votes

The IBM Websphere Liberty Application Server follows the latest JMS 2.0 specifications, so there are no limitations from that perspective - beside if you used any vendor specific functionality of course. That is something for you to verify.

For example JMS Exception handling, which makes room for vendor implementations. See my answer here.

Regarding JNDI - cant see any problem, did you got any errors? It should work fine, I ve not seen any problem from what I ve been involved in. See the examples about JMS in Liberty at IBM knowledge center