How to Send SOAPMessage into JMS [closed]

You can find it at the Open Message Queue library. Since it’s a Glassfish component, if you are deploying your code into this server, you just have to check if the “mq” Jar is at your classpath. If you are using other server, you could find some incompatibilities (I don’t know for sure).

Anyway, it wouldn’t be that hard to get a SOAP message payload and write it down as a JMS message payload. This way, you wouldn’t need to add another dependency to your Java project.

Leave a Comment