You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Charles Moulliard <cm...@gmail.com> on 2010/09/06 13:56:27 UTC

How can we disable securedBroker in SMX3 ?

Hi,

How can we disable the securedBroker of SMX 3 ?

By default, the file servbicemix.xml is configured like this :

    <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>

Regards,

Charles Moulliard

Senior Enterprise Architect (J2EE, .NET, SOA)
Apache Camel - Karaf - ServiceMix Committer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Blog : http://cmoulliard.blogspot.com |  Twitter :
http://twitter.com/cmoulliard
Linkedin : http://www.linkedin.com/in/charlesmoulliard | Skype: cmoulliard

Re: How can we disable securedBroker in SMX3 ?

Posted by Charles Moulliard <cm...@gmail.com>.
Thx.


On Mon, Sep 6, 2010 at 2:22 PM, Freeman Fang <fr...@gmail.com> wrote:

> Hi,
>
> You can simply remove
> <sm:broker>
> ...
> </sm:broker>
>
> all.
>
> So that JBIContainer will use DefaultBroker.
>
> Freeman
>
>
> On 2010-9-6, at 下午7:56, Charles Moulliard wrote:
>
>  Hi,
>>
>> How can we disable the securedBroker of SMX 3 ?
>>
>> By default, the file servbicemix.xml is configured like this :
>>
>>   <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>
>>
>> Regards,
>>
>> Charles Moulliard
>>
>> Senior Enterprise Architect (J2EE, .NET, SOA)
>> Apache Camel - Karaf - ServiceMix Committer
>> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>> Blog : http://cmoulliard.blogspot.com |  Twitter :
>> http://twitter.com/cmoulliard
>> Linkedin : http://www.linkedin.com/in/charlesmoulliard | Skype:
>> cmoulliard
>>
>
>
> --
> Freeman Fang
>
> ------------------------
> blog: http://freemanfang.blogspot.com
> twitter: http://twitter.com/freemanfang
> Open Source SOA: http://fusesource.com
> Apache Servicemix:http://servicemix.apache.org
> Apache Cxf: http://cxf.apache.org
> Apache Karaf: http://karaf.apache.org
> Apache Felix: http://felix.apache.org
>
>

Re: How can we disable securedBroker in SMX3 ?

Posted by Freeman Fang <fr...@gmail.com>.
Hi,

You can simply remove
<sm:broker>
...
</sm:broker>

all.

So that JBIContainer will use DefaultBroker.

Freeman

On 2010-9-6, at 下午7:56, Charles Moulliard wrote:

> Hi,
>
> How can we disable the securedBroker of SMX 3 ?
>
> By default, the file servbicemix.xml is configured like this :
>
>    <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>
>
> Regards,
>
> Charles Moulliard
>
> Senior Enterprise Architect (J2EE, .NET, SOA)
> Apache Camel - Karaf - ServiceMix Committer
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Blog : http://cmoulliard.blogspot.com |  Twitter :
> http://twitter.com/cmoulliard
> Linkedin : http://www.linkedin.com/in/charlesmoulliard | Skype:  
> cmoulliard


-- 
Freeman Fang

------------------------
blog: http://freemanfang.blogspot.com
twitter: http://twitter.com/freemanfang
Open Source SOA: http://fusesource.com
Apache Servicemix:http://servicemix.apache.org
Apache Cxf: http://cxf.apache.org
Apache Karaf: http://karaf.apache.org
Apache Felix: http://felix.apache.org