On 8/15/06, jun <[EMAIL PROTECTED]> wrote:

Can the embedded broker parse the incoming http request and post the message
to the queue? It does not need to be a full blown http server, it just needs
to be a socket server with the capability to parse http post requests.


Jetty is embeddable, and is configurable via api calls, so it can
run inside your existing client-side Java application (as Guillaume
suggested) without too much fuss. Although Jetty is technically
a full-blown HTTP server, you don't have to use it that way.

-cks

--
Christopher St. John
http://artofsystems.blogspot.com

Reply via email to