<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	>
<channel>
	<title>Comments on: SOAP over JMS?</title>
	<atom:link href="http://www.subbu.org/blog/2005/03/soap-over-jms/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2005/03/soap-over-jms</link>
	<description>HTTP, REST and some Cycling</description>
	<pubDate>Thu, 20 Nov 2008 15:23:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shaurabh Bharti</title>
		<link>http://www.subbu.org/blog/2005/03/soap-over-jms/comment-page-1#comment-36</link>
		<dc:creator>Shaurabh Bharti</dc:creator>
		<pubDate>Wed, 31 May 2006 00:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2005/03/soap-over-jms/#comment-36</guid>
		<description>SOAP over JMS does makes sense a lot! Actually, within smaller network (as said in 1st reference), it makes a lot of sense to use JMS for reliable messaging. However, in bigger networks as HTTP is quite default and easy supported by servers (which might not be case by all servers), hence, jms-http-http-jms is no bad soln.

I'm looking for an example implementatino for SOAP over JMS. Any pointers?

Thanks...
</description>
		<content:encoded><![CDATA[<p>SOAP over JMS does makes sense a lot! Actually, within smaller network (as said in 1st reference), it makes a lot of sense to use JMS for reliable messaging. However, in bigger networks as HTTP is quite default and easy supported by servers (which might not be case by all servers), hence, jms-http-http-jms is no bad soln.</p>
<p>I&#8217;m looking for an example implementatino for SOAP over JMS. Any pointers?</p>
<p>Thanks&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: abeers</title>
		<link>http://www.subbu.org/blog/2005/03/soap-over-jms/comment-page-1#comment-35</link>
		<dc:creator>abeers</dc:creator>
		<pubDate>Thu, 23 Feb 2006 14:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2005/03/soap-over-jms/#comment-35</guid>
		<description>Subbu,
"SOAP over JMS" indeed makes sense (at least to me and authors) and here is how..

JMS is not just an API or MDB - it's a messaging Service - simply put, a store and forward mechanism. You can send SOAP or any other text messages using the messaging service.
Let's say application 'A' with a SOAP engine writes a SOAP request message into messaging service(queue) and application 'B' with a SOAP engine reads that SOAP message from the message service(queue), processes it and then responds in similar fashion - see there is no HTTP or SMTP used in this scenario, offcourse there are lower level protocols such as TCP/IP are involved.

You are right in that JMS is not a protocol like HTTP or SMTP, but one can send SOAP messages bw apps using a JMS provider.
</description>
		<content:encoded><![CDATA[<p>Subbu,<br />
&#8220;SOAP over JMS&#8221; indeed makes sense (at least to me and authors) and here is how..</p>
<p>JMS is not just an API or MDB - it&#8217;s a messaging Service - simply put, a store and forward mechanism. You can send SOAP or any other text messages using the messaging service.<br />
Let&#8217;s say application &#8216;A&#8217; with a SOAP engine writes a SOAP request message into messaging service(queue) and application &#8216;B&#8217; with a SOAP engine reads that SOAP message from the message service(queue), processes it and then responds in similar fashion - see there is no HTTP or SMTP used in this scenario, offcourse there are lower level protocols such as TCP/IP are involved.</p>
<p>You are right in that JMS is not a protocol like HTTP or SMTP, but one can send SOAP messages bw apps using a JMS provider.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
