Re: Jetty MQ Integration - New user

2007-07-30 Thread James Strachan
Have you tried running the web samples yet? On 7/28/07, Zanderfax <[EMAIL PROTECTED]> wrote: > > I am trying to get messages to show up in a web page using the servlet. > However, I have been unsuccessful. > > What I am trying to do is very simple, I want to get messages off queues on > a broker a

Re: Jetty MQ Integration - New user

2007-07-30 Thread Bruce Snyder
On 7/30/07, Zanderfax <[EMAIL PROTECTED]> wrote: > > Thanks for the suggestion, but I am looking to run a set of stand alone > brokers outside, not ones embedded into the vm. Then just change the configuration in the web.xml file to point to a remote broker instead of an in-vm broker. Bruce -- p

Re: Jetty MQ Integration - New user

2007-07-30 Thread Zanderfax
Thanks for the suggestion, but I am looking to run a set of stand alone brokers outside, not ones embedded into the vm. Zanderfax bsnyder wrote: > > On 7/28/07, Zanderfax <[EMAIL PROTECTED]> wrote: >> >> I am trying to get messages to show up in a web page using the servlet. >> However, I hav

Re: Jetty MQ Integration - New user

2007-07-28 Thread Bruce Snyder
On 7/28/07, Zanderfax <[EMAIL PROTECTED]> wrote: > > I am trying to get messages to show up in a web page using the servlet. > However, I have been unsuccessful. > > What I am trying to do is very simple, I want to get messages off queues on > a broker and access them from Javascript within my web