Re: Camel Route from one broker to other

2007-11-03 Thread Viswanath Durbha
I posted this in another thread. Please visit the following URL to find the answer to this problem. http://www.nabble.com/broker1--%3Eq1-to-broker2--%3Eq2-tf4736085s2354.html Viswanath Durbha wrote: > > Hi, > > I'm having a little bit of trouble creating a camel route to send messages > from

Re: Ruby + SSL + Stomp

2007-11-03 Thread marcos alvares
Thank you Tom ... If I implement SSL in the stomp ruby module. Can i use the ssl connection provided by activemq or this connection is just for the java clients and don't speak stomp over this ssl connection ? []'s Marcos Alvares On 11/3/07, Tom Samplonius <[EMAIL PROTECTED]> wrote: > > > -

Re: broker1-->q1 to broker2-->q2

2007-11-03 Thread Viswanath Durbha
Hi, I finally got it to work. The change I did to the xml configuration for broker1 is that I changed to It works perfectly fine now once I did this change. I was also able to see the subscriber in the JMX console once I made this change. I wonder whether the way I specified the URL is inc

jndi tomcat ActiveMQConnectionFactory

2007-11-03 Thread sudip shrestha
The activemq server I am using requires username and password for connection. I have setup jndi resource in tomcat for the connectionFactory. How do I provide these auth parameters via tomcat config files or spring config files? Thanks