Thanks. First I need to disable this anonymous access, otherwise any one can POST message to my queue! How do I do it?
Basic auth? hmm...expected a little better here for security! Best, Uday. ------------------------- I do not blog but e-write: http://uds-web.blogspot.com --- On Thu, 11/26/09, Mick Knutson <mknut...@baselogic.com> wrote: From: Mick Knutson <mknut...@baselogic.com> Subject: Re: HTTP- Authentication To: users@activemq.apache.org Date: Thursday, November 26, 2009, 7:03 PM you can use BASIC authentication. --- Thank You… Mick Knutson, President BASE Logic, Inc. Enterprise Architecture, Design, Mentoring & Agile Consulting p. (866) BLiNC-411: (254-6241-1) f. (415) 685-4233 Website: http://baselogic.com Linked IN: http://linkedin.com/in/mickknutson Vacation Rental: http://tahoe.baselogic.com --- On Thu, Nov 26, 2009 at 10:45 AM, Uday Subbarayan <uday.subbara...@yahoo.com > wrote: > Hi All, > I am able to HTTP POST to my queue w/o any authentication and is scary > :-) > http://localhost:8161/demo/message/myqueue?type=queue > > Is there an out-of-box auth mechanism available for HTTP traffic? OR Do i > have to write one as explained in the doc? > > Thanks, > Uday. > > > >