Re: OT: Asynchronous queue between two web applications

2008-08-01 Thread Gabriel Belingueres
I believe Struts doesn't provide any help for integrating applications with an MQ server. You need to program against the JMS API (a driver which your MQ server vendor must provide.) but this is not related to Struts. 2008/8/1 Janesh S <[EMAIL PROTECTED]>: > > Hi Al, > > Both the applications are

Re: OT: Asynchronous queue between two web applications

2008-08-01 Thread Janesh S
Hi Al, Both the applications are Struts2 applications and I also want to know if there is a struts way of doing this handshake. That is why I posted in this forum. Any suggestion/pointer would help. Thanks. Thanks, Jan Al Sutton wrote: > > Wow, a problem that doesn't mention struts anywhere a

Re: OT: Asynchronous queue between two web applications

2008-08-01 Thread Al Sutton
Wow, a problem that doesn't mention struts anywhere and isn't even about web frameworks, there's OT and way-OT. I think you need to find a list more in tune with your problem. Al. Janesh Subrahmanyan wrote: Hi, We have two applications and need to periodically synchronize data from one to a

OT: Asynchronous queue between two web applications

2008-08-01 Thread Janesh Subrahmanyan
Hi, We have two applications and need to periodically synchronize data from one to another. One is the master (source) and other is the destination. The applications are running on tomcat servers on separate linux boxes. I thought of using a JMS based asynchronous queue for the data sync/han