Re: bridgin third party software using MQ

2010-04-22 Thread Bruce Snyder
On Thu, Apr 22, 2010 at 11:20 PM, Dixit Patel wrote: > > take for example I have purchased a software for life insurance from a vendor > where i can make entry of policy, now i have another software running at > remote server which has details in bulk so I want to automate those entry > from anoth

Re: bridgin third party software using MQ

2010-04-22 Thread Dixit Patel
take for example I have purchased a software for life insurance from a vendor where i can make entry of policy, now i have another software running at remote server which has details in bulk so I want to automate those entry from another software, I don't have source code of that software. so what

Re: bridgin third party software using MQ

2010-04-22 Thread Bruce Snyder
On Thu, Apr 22, 2010 at 5:50 AM, Dixit Patel wrote: > > thnks Gary, but I want to know what third party software need for that ? > I heard about adapter, if it is mechanism to plug between mq and third party > soft then how it works ? Let's address your specific need instead of talking at a high

Re: bridgin third party software using MQ

2010-04-22 Thread Dixit Patel
thnks Gary, but I want to know what third party software need for that ? I heard about adapter, if it is mechanism to plug between mq and third party soft then how it works ? see: Apache Camel http://camel.apache.org/components.html for on the wire integration or for a simple messaging api for m

Re: bridgin third party software using MQ

2010-04-22 Thread Gary Tully
see: Apache Camel http://camel.apache.org/components.html for on the wire integration or for a simple messaging api for many languages see STOMP http://activemq.apache.org/stomp.html On 22 April 2010 11:24, Dixit Patel wrote: > > Hi experts.. > > How can I communicate with third party software u