Thank you for the reply Chris. I will try jetty or modify the embedded broker code to allow it parse http requests.
Jun Christopher St John wrote: > > 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 > > -- View this message in context: http://www.nabble.com/client-side-http-post-without-a-web-server-tf2106129.html#a5822250 Sent from the ActiveMQ - User forum at Nabble.com.
