/09, Mick Knutson wrote:
From: Mick Knutson
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 & A
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:
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.
Fixed!
https://issues.apache.org/activemq/secure/ManageAttachments.jspa?id=26295
Regards,
Brad Clements wrote:
Eric Rodriguez wrote:
I had to extend MessageListenerServlet and WebClient to add
authentication. How you implement it is up to you but this might be a
good starting point:
https:
My bad, let me fix it.
Brad Clements wrote:
Eric Rodriguez wrote:
I had to extend MessageListenerServlet and WebClient to add
authentication. How you implement it is up to you but this might be a
good starting point:
https://issues.apache.org/activemq/browse/AMQ-1547
Hi, I looked at that i
Eric Rodriguez wrote:
I had to extend MessageListenerServlet and WebClient to add
authentication. How you implement it is up to you but this might be a
good starting point:
https://issues.apache.org/activemq/browse/AMQ-1547
Hi, I looked at that issue, but the attached patch only had changes fo
WebClient and
I can't figure out if MessageServlet (or AjaxServlet) do any kind of
http authentication.
I suppose the web server could be configured to require authentication
(but I don't know how to do that).. But even then, I need to restrict
which set of queues can be posted to o
Hi,
I have looked at MessageServlet, MesageServletSupport and WebClient and
I can't figure out if MessageServlet (or AjaxServlet) do any kind of
http authentication.
I suppose the web server could be configured to require authentication
(but I don't know how to do that).. But ev