Re: Off-Topic: JMS Design Question...

2002-07-12 Thread Michael Rimov
At 09:14 AM 7/9/2002 -0700, you wrote: >Hello, > >We need to send XML messages (as well as other types of messages) back & >forth between two Application Servers. In other words, a Web Application >created by us will send a message to the application server of our >client and vice versa. Just

Re: Off-Topic: JMS Design Question...

2002-07-09 Thread Kevin . Bedell
To begin with, I'd recommend using a web service instead of just JMS. It's more reusable, has the ability for a variety of clients to access it and comes with fewer networking headaches. Plus they are especially good for sending XML. Given the fact that you are simply sending messages and getti

RE: Off-Topic: JMS Design Question...

2002-07-09 Thread Rathore, Pavan
Yes, Durable Subscriptions would be useful in that case. Pavan -Original Message- From: Ajay Chitre [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 9:15 AM To: [EMAIL PROTECTED] Subject: Off-Topic: JMS Design Question... Hello, This is kind of off-topic, so I apologize in adv