Author |
Message
|
accosun |
Posted: Wed Sep 06, 2006 11:28 pm Post subject: SOAP over MQ |
|
|
Apprentice
Joined: 20 Dec 2001 Posts: 45 Location: Moscow
|
Hi, everybody!
May be someone here gives me an advice...
We've got several types of applications which are using Web Services
technology for communication (HTTP transport is used). Now, we need to
buid MQ infrastructure and make it the basic transport for
applications. Each application should uses it's own set of queues. As I
undestood, we've got two ways to solve this problem:
1. Use buid-in support for SOAP over MQ
2. Re-write applications to use native MQ mechanizm.
If we decided to use the first, is it nessessary to write senders and
listeners for each application, or we can use universal ones? May be
someone has faced such kind of challenge?
Thank you in advance and sorry for my english |
|
Back to top |
|
 |
zpat |
Posted: Thu Sep 07, 2006 12:04 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
There is an IBM manual now, on how to use webservices over MQ and also a redbook.
Basic webservices over HTTP lack transactionality, asynchronous capability, recovery, security and many other important features - yet some still think they are a replacement for MQ...! |
|
Back to top |
|
 |
Pollnow |
Posted: Thu Sep 07, 2006 1:02 am Post subject: |
|
|
 Newbie
Joined: 30 Sep 2003 Posts: 2 Location: Sweden
|
Do you intend to use only MQ or WMB as well? _________________ Ours is not to reason why,
ours is just to do or die |
|
Back to top |
|
 |
accosun |
Posted: Thu Sep 07, 2006 1:16 am Post subject: |
|
|
Apprentice
Joined: 20 Dec 2001 Posts: 45 Location: Moscow
|
Thanx!
For the moment we use MQ only. WBI MB is used for routing at higher level. |
|
Back to top |
|
 |
Armeggedon45 |
Posted: Thu Oct 05, 2006 4:20 am Post subject: |
|
|
Newbie
Joined: 05 Oct 2006 Posts: 4
|
zpat,
Could you link the article and RedBook? |
|
Back to top |
|
 |
zpat |
Posted: Thu Oct 05, 2006 5:21 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
|
Back to top |
|
 |
ewilliams |
Posted: Thu Oct 05, 2006 8:02 pm Post subject: Re: SOAP over MQ |
|
|
 Apprentice
Joined: 27 Nov 2002 Posts: 30 Location: Portland
|
accosun wrote: |
Hi, everybody!
May be someone here gives me an advice...
We've got several types of applications which are using Web Services
technology for communication (HTTP transport is used). Now, we need to
buid MQ infrastructure and make it the basic transport for
applications. Each application should uses it's own set of queues. As I
undestood, we've got two ways to solve this problem:
1. Use buid-in support for SOAP over MQ
2. Re-write applications to use native MQ mechanizm.
If we decided to use the first, is it nessessary to write senders and
listeners for each application, or we can use universal ones? May be
someone has faced such kind of challenge?
Thank you in advance and sorry for my english |
As an alternative you could take a look at Windows Presentation Foundation (Indigo) at http://wcf.netfx3.com. It is a secure, reliable and transacted transport built on the WS-* standard that the big companies are behind. That is unless you need MQ specifically for something. Then there is the whole cross platform issue where my suggestion falls way short.
No need to flame me for the suggestion, I love MQ just as much as the next guy. Just giving the fella some other ideas. |
|
Back to top |
|
 |
vikkychan |
Posted: Fri Oct 06, 2006 6:28 am Post subject: |
|
|
Newbie
Joined: 04 Aug 2006 Posts: 2 Location: IL/US
|
|
Back to top |
|
 |
|