How to consume JMS messages from the websphere application server using Spring JMS

170 Views Asked by At

I am trying to consume JMS messages from a queue which is defined as JNDI in the WebSphere application server.

Is it possible to connect websphere JMS JNDI using Spring JMS without using the websphere related JARs in the spring MVC application

1

There are 1 best solutions below

1
On

No; the JNDI support classes (initial context etc) are provided by the JMS provider (in this case IBM); they use proprietary protocols to talk to the server.