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: How to set network connector between to secure activemq broker?

2013-04-23 Thread Bipin Jethwani
This seems to be unanswered on activemq-user forum too. http://mail-archives.apache.org/mod_mbox/activemq-users/200910.mbox/%3c69b2d60e0910240900r3d36b142w236ec1bf6f6d8...@mail.gmail.com%3E -- View this message in context: http://activemq.2283324.n4.nabble.com/How-to-set-network-connector-betwe

Re: Accessing remote AMQ with JConsole.

2013-04-02 Thread Bipin Jethwani
I had this RMI system property -Djava.rmi.server.ignoreStubClasses=true set on startup, which was not letting Jconsole work service:jmx urls. -- View this message in context: http://activemq.2283324.n4.nabble.com/Accessing-remote-AMQ-with-JConsole-tp2350530p4665397.html Sent from the ActiveMQ

Re: Re: Re:How to set network connector between to secure activemq broker?

2013-03-21 Thread Bipin Jethwani
nidirectional network connectors break your > design? > Or you can use camel to transfer messages between brokers? > > > At 2013-03-19 21:39:24,"Bipin Jethwani" <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4664920&i=0>> > wrote: > &

Re: How to set network connector between to secure activemq broker?

2013-03-19 Thread Bipin Jethwani
#x27;t help this. >> Can you explain why two unidirectional network connectors break your >> design? >> Or you can use camel to transfer messages between brokers? >> >> >> At 2013-03-19 21:39:24,"Bipin Jethwani" < > jethwani.bipin@ > > wr

How to set network connector between to secure activemq broker?

2013-03-19 Thread Bipin Jethwani
I need some help defining network connector between two secure(requiring jaas authentication) brokers. The example given on the link http://activemq.apache.org/security.html, tells how to do when Broker A is secure and Broker B (unsecured) connect using NetworkConnector to Broker A. But doesn't te

Camel & ActiveMQ

2013-03-18 Thread Bipin Jethwani
I have jaasAuthenticationPlugin defined for my embedded activemq broker instance (and it is working fine), and then I have camel context defined with activemq component exposing many beans for remote invocation. Now I noticed from other posts here that there are two ways to make camel authenticate

Re: ActiveMQ & Camel

2013-03-18 Thread Bipin Jethwani
Hi James, You know I was setting jaas for my activemq broker and then creating camel context by providing the login credentials to actievemq connection factory, but reading your post I saw that there's another way of doing that by providing the credentials to activemq component rather, so wanted t