On 3/26/06, rszeto <[EMAIL PROTECTED]> wrote: > > Thanks for the quick reply, James. > > Currently, I am using the 3.x branch which means I am using a subclass of > org.activemq.security.SecurityAdapter to make queries agains my SSO gateway. > But my current implementation only supports full username and password > access, not SSO tokens. If I can differentiate which request where password > based and which where SSO tokens, I can make the SecurityAdapter work. What > can I do from the client side to pass this additional information? Any > thoughts? > > The only solution that I can think of, and still stay within the JMS spec, > is to append a query string(of some sort) at the end of the connection > string. > > As for 4.x, I notice that SecurityAdapter is removed entirely and replaced > with BrokerPlugin approach. > Because of the radical change, I am goto remain using 3.x for now as we are > close to the end of an iteration.
In 4.x we have some fairly powerful configuration features via URIs.... http://incubator.apache.org/activemq/Configuring+Wire+Formats so it should be possible to configure via the connection URI or the connection factory object in Java code. -- James ------- http://radio.weblogs.com/0112098/
