Re: Example using REST interface with http post and get

2009-09-08 Thread Dejan Bosanac
Original Message- > From: chubr...@gmail.com [mailto:chubr...@gmail.com] On Behalf Of Dejan > Bosanac > Sent: Tuesday, September 08, 2009 8:17 AM > To: users@activemq.apache.org > Subject: Re: Example using REST interface with http post and get > > Hi Doug, > > you can

RE: Example using REST interface with http post and get

2009-09-08 Thread Knight, Doug
Behalf Of Dejan Bosanac Sent: Tuesday, September 08, 2009 8:17 AM To: users@activemq.apache.org Subject: Re: Example using REST interface with http post and get Hi Doug, you can take it in an ebook form using Manning Early Access Program http://www.manning.com/snyder/ Cheers -- Dejan Bosanac

Re: Example using REST interface with http post and get

2009-09-08 Thread Dejan Bosanac
f Of Dejan > Bosanac > Sent: Friday, September 04, 2009 8:49 AM > To: users@activemq.apache.org > Subject: Re: Example using REST interface with http post and get > > Glad that book helped :) > > Cheers > -- > Dejan Bosanac > > Open Source Integration - http://fuses

RE: Example using REST interface with http post and get

2009-09-08 Thread Knight, Doug
@activemq.apache.org Subject: Re: Example using REST interface with http post and get Glad that book helped :) Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Sep 3, 2009 at 7:47 PM

Re: Example using REST interface with http post and get

2009-09-04 Thread Dejan Bosanac
Glad that book helped :) Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.manning.com/snyder/ Blog - http://www.nighttale.net On Thu, Sep 3, 2009 at 7:47 PM, vezee wrote: > > Correct. Late yesterday, got some clues from "ActiveMQ In Acti

Re: Example using REST interface with http post and get

2009-09-03 Thread vezee
Correct. Late yesterday, got some clues from "ActiveMQ In Action" and configured a new webapp and on new port instead of 8161. Works now. -vezee -- Just saw your other email ... You cannot configure servlet directly in activemq.xml file ... You can use activ

Re: Example using REST interface with http post and get

2009-09-03 Thread Dejan Bosanac
Just saw your other email ... You cannot configure servlet directly in activemq.xml file ... You can use activemq.xml file to configure Jetty and set web applications it will use. Then you can configure your servlet in appropriate web.xml of your application. Take a look at default activemq.xml and

Re: Example using REST interface with http post and get

2009-09-03 Thread Dejan Bosanac
Hi you don't have to use demo if you want to use Rest API (although it's already configured there). Not sure from your snippet what are you trying to achieve? And what error are you getting? Cheers -- Dejan Bosanac Open Source Integration - http://fusesource.com/ ActiveMQ in Action - http://www.m

Re: Example using REST interface with http post and get

2009-09-02 Thread vezee
If i am adding the below content to activemq.xml .. is it not exposing the REST interface? --- http://server1.com:61333"/> MessageServlet org.apache.activemq.web.MessageServlet 1 destinationOptions

Re: Example using REST interface with http post and get

2007-12-20 Thread James Strachan
On 19/12/2007, Rob Davies <[EMAIL PROTECTED]> wrote: > > On Dec 19, 2007, at 12:34 AM, marlet wrote: > > > > > Hi, > > > > I was using the ActiveMQ's REST interface for a project and wrote > > about that > > in a blog, so if you are interested: > > > > http://p-st.blogspot.com/2007/12/activemq-and-

Re: Example using REST interface with http post and get

2007-12-18 Thread Rob Davies
On Dec 19, 2007, at 12:34 AM, marlet wrote: Hi, I was using the ActiveMQ's REST interface for a project and wrote about that in a blog, so if you are interested: http://p-st.blogspot.com/2007/12/activemq-and-rest.html -- View this message in context: http://www.nabble.com/Example-using