Hi,
I am trying to use a servlet to pass information from a form to the JMS server.
HTML form -> Servlet -> JMS server to publish on queue
Anyone has any idea on how to code on the servlet so that the JMS server could publish the information?
Thanks