Litty is correct, this is exactly how we are doing it in one of our
applications. GWT-RPC between client and server, the server then
manages the connection to a JMS queue. Keeping this separation has
actually been better for us, as we recently retooled our queue
technology (we moved away from JMS) and the rest of the application
has no idea.
Later,
Shaffer
On Dec 8, 12:37 am, "Litty Preeth" <
preeth.h...@gmail.com> wrote:
> Well I suppose u ll have to do the JMS connection at the server side only.
> Send the data from the form fields to server through RPC, then inside the
> RPC service method, create the message using the data, get the connection to
> the JMS queue and send the message.
>
> - Litty Preeth
>