On 4/23/07, Sharon Yin <[EMAIL PROTECTED]> wrote:
Hi, guys,
In what kind of situation we can use the SecureBroker? Does it need any
configuration or something?
The secured broker can be used for any situation where you need some
security for ServiceMix. It ships with a default configuration but it
can be changed if necessary.
In the source code, after searching, I can't
find any reference of "SecureBorker" instance.
The secured broker is used by default in the conf/servicemix.xml file:
<!-- Use a secured broker (see security.xml)
and define the 3 standard flows -->
<sm:broker>
<sm:securedBroker authorizationMap="#authorizationMap">
<sm:flows>
<sm:sedaFlow />
<sm:jmsFlow jmsURL="${activemq.url}" />
<sm:jcaFlow connectionManager="#connectionManager"
jmsURL="${activemq.url}" />
</sm:flows>
</sm:securedBroker>
</sm:broker>
As noted in the comment, to change the default configuration, see the
conf/security.xml file.
Bruce
--
perl -e 'print unpack("u30","D0G)[EMAIL
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'
Apache Geronimo - http://geronimo.apache.org/
Apache ActiveMQ - http://activemq.org/
Apache ServiceMix - http://servicemix.org/
Castor - http://castor.org/