Re: ActiveMQ to ActiveMQ

2009-07-22 Thread Bruce Snyder
On Wed, Jul 22, 2009 at 12:34 PM, jerschmidt14 wrote: > > Hello, >    I am familiar with setting up IBM Websphere MQ to connect 2 servers > together.  Usually one at each company across a WAN so that we can exchange > messages. > >    One of our offices is using ActiveMQ.  We would like to setup a

ActiveMQ to ActiveMQ

2009-07-22 Thread jerschmidt14
delivery like IBM Websphere MQ? Thanks in advance, Jeremy -- View this message in context: http://www.nabble.com/ActiveMQ-to-ActiveMQ-tp24612060p24612060.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMQ to ActiveMQ SSL issues

2009-07-03 Thread chu_man_fu
ent.ks set JAVA_OPTS=%JAVA_OPTS% -Djavax.net.ssl.keyStorePassword=password But they don't have any effect. Can anyone advise where I put the SSL settings in the resource adapter please? Cheers Chris -- View this message in context: http://www.nabble.com/ActiveMQ-to-ActiveMQ-SSL-issues-tp2432180

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Bryan.Shaw
second activemq component > http://activemq.apache.org/camel/activemq.html > >class="org.apache.activemq.camel.component.ActiveMQComponent"> > > > > -- > James > --- > http://macstrac.blogspot.com/ > > Open Source Integration > http://open.iona.co

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Shekhar Naidu
thank you james.. thank you very much for the reply Thank You Shekhar On Tue, Jul 8, 2008 at 6:11 PM, James Strachan <[EMAIL PROTECTED]> wrote: > 2008/7/8 Shekhar Naidu <[EMAIL PROTECTED]>: > > Hi We have requirement to transfer messages from one ActiveMQ to > another > > ActiveMQ, meaning we

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread James Strachan
2008/7/8 Shekhar Naidu <[EMAIL PROTECTED]>: > Hi We have requirement to transfer messages from one ActiveMQ to another > ActiveMQ, meaning we want to have a bridge which autometically transfers > messages from one queue to another queue. Source Server Queue to Destination > server queue Is this

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Shekhar Naidu
in this link I do not find any configuration like source server info and destination srever info source Q and destination Q mapping.. if you have any example mapping, can you please provide. Thank You Shekhar On Tue, Jul 8, 2008 at 5:40 PM, Minh Tu Duong <[EMAIL PROTECTED]> wrote: > please see:

Re: ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Minh Tu Duong
please see: http://activemq.apache.org/jms-to-jms-bridge.html Shekhar Naidu schrieb: Hi We have requirement to transfer messages from one ActiveMQ to another ActiveMQ, meaning we want to have a bridge which autometically transfers messages from one queue to another queue. Source Server Queue to

ActiveMQ to ActiveMQ bridge

2008-07-08 Thread Shekhar Naidu
Hi We have requirement to transfer messages from one ActiveMQ to another ActiveMQ, meaning we want to have a bridge which autometically transfers messages from one queue to another queue. Source Server Queue to Destination server queue Is this facility available in ActiveMQ??? ... Thank You --