Tuesday, January 19, 2016

Difference Between SOAP Over HTTP And SOAP Over JMS



SOAP over HTTP:

Firewall friendly is that all services support this transport Supported on all platforms (easiest connectivity in b2b scenario) Clients can be simple and lightweight It is not always reliable. No guaranteed delivery.

SOAP over JMS:

High-volume distributed messaging Asynchronous messaging Where a transaction boundary is needed in the middleware Where the message consumers are slower than the producers Guaranteed deliver and/or only once delivery of messages Publish/subscribe provides guaranteed delivery using either persistent queues or durable topics.

No comments:

Post a Comment