Re: use AMQ to transfer, about Security problem

2013-04-23 Thread Bipin Jethwani
I am stuck in the same situation. http://activemq.2283324.n4.nabble.com/How-to-set-network-connector-between-to-secure-activemq-broker-td4664874.html The two broker in my case use jaas auth plugin and the users can never be same in two brokers. And I have to use duplex network connection. Did any

Re: use AMQ to transfer, about Security problem

2008-10-22 Thread jfcharles
Dave Stanley wrote: > > Hi Gui, > The attached file seems to work ok. Can you copy out the relevant parts > and > give it a try. > > /Dave > > > On Thu, Oct 16, 2008 at 10:15 PM, gui pei <[EMAIL PROTECTED]> wrote: > >> Hi, Stanley >> >> I think that is not true. >> >> the duplex option is

Re: use AMQ to transfer, about Security problem

2008-10-16 Thread Dave Stanley
Hi Gui, The attached file seems to work ok. Can you copy out the relevant parts and give it a try. /Dave On Thu, Oct 16, 2008 at 10:15 PM, gui pei <[EMAIL PROTECTED]> wrote: > Hi, Stanley > > I think that is not true. > > the duplex option is use to indicate message transfer direction, though

Re: use AMQ to transfer, about Security problem

2008-10-16 Thread gui pei
Hi, Stanley I think that is not true. the duplex option is use to indicate message transfer direction, though broker A connect with broker B, if you set it, the message can transfer from B to A. my understand is 'networkConnector' need to connect two broker, such as A and B, but you can only in

Re: use AMQ to transfer, about Security problem

2008-10-16 Thread Dave Stanley
If the authorization is different for both ends of the network connector, I think you would need to remove the duplex="true" On Wed, Oct 15, 2008 at 11:46 PM, gui pei <[EMAIL PROTECTED]> wrote: > Hi, all > Here is a problem, does anyone know how to resolve it? > > I have two ActiveMQ broker, A an