<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Scratchpad</title>
	<atom:link href="http://theaveragelife.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://theaveragelife.wordpress.com</link>
	<description>...</description>
	<lastBuildDate>Fri, 17 May 2013 20:45:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server 6.1 by Immigration Adviser Essex</title>
		<link>http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/#comment-1664</link>
		<dc:creator><![CDATA[Immigration Adviser Essex]]></dc:creator>
		<pubDate>Fri, 17 May 2013 20:45:35 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=261#comment-1664</guid>
		<description><![CDATA[I loved as much as you will receive carried out right here.
The sketch is tasteful, your authored material stylish.

nonetheless, you command get got an edginess over that you 
wish be delivering the following. unwell unquestionably 
come further formerly again as exactly the same nearly very often inside case you shield 
this increase.]]></description>
		<content:encoded><![CDATA[<p>I loved as much as you will receive carried out right here.<br />
The sketch is tasteful, your authored material stylish.</p>
<p>nonetheless, you command get got an edginess over that you<br />
wish be delivering the following. unwell unquestionably<br />
come further formerly again as exactly the same nearly very often inside case you shield<br />
this increase.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server 6.1 by Natalie</title>
		<link>http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/#comment-1663</link>
		<dc:creator><![CDATA[Natalie]]></dc:creator>
		<pubDate>Thu, 09 May 2013 20:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=261#comment-1663</guid>
		<description><![CDATA[Thanks in favor of sharing such a fastidious thinking, piece of writing is fastidious, thats why i 
have read it fully]]></description>
		<content:encoded><![CDATA[<p>Thanks in favor of sharing such a fastidious thinking, piece of writing is fastidious, thats why i<br />
have read it fully</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server 6.1 by Swen</title>
		<link>http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/#comment-1568</link>
		<dc:creator><![CDATA[Swen]]></dc:creator>
		<pubDate>Mon, 08 Apr 2013 08:56:21 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=261#comment-1568</guid>
		<description><![CDATA[Unfortunately, I am unable to help. It has been a long while since I wrote any JMS related code.]]></description>
		<content:encoded><![CDATA[<p>Unfortunately, I am unable to help. It has been a long while since I wrote any JMS related code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server 6.1 by Swen</title>
		<link>http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/#comment-1567</link>
		<dc:creator><![CDATA[Swen]]></dc:creator>
		<pubDate>Mon, 08 Apr 2013 08:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=261#comment-1567</guid>
		<description><![CDATA[I haven&#039;t really looked into this site for while. Glad it helped.]]></description>
		<content:encoded><![CDATA[<p>I haven&#8217;t really looked into this site for while. Glad it helped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server 6.1 by George</title>
		<link>http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/#comment-1566</link>
		<dc:creator><![CDATA[George]]></dc:creator>
		<pubDate>Mon, 01 Apr 2013 19:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=261#comment-1566</guid>
		<description><![CDATA[Hi , I have a question on including the JMS provider specific jars included in the code.  I just want to develop a generic Java agent to talk to a JMS provider  

New to JMS and thought I could code with just standard Java SE (for JNDI)  and javax,jms (not included in SE library), I could connect to ANY JMS provider. 
I have not tried IBM MQ, but I tried on OPEN JMS. The code compiles OK with just the jms1-1.jar (containing javax.jms).  I use the following to pass the connection properties
...
                Hashtable properties = new Hashtable();
                properties.put(Context.INITIAL_CONTEXT_FACTORY, 
                               &quot;org.exolab.jms.jndi.InitialContextFactory&quot;);
                properties.put(Context.PROVIDER_URL, &quot;tcp://localhost:3035/&quot;);
...
Looks pretty typical. Until I try to send a message to the OPEN JMS, I got javax.naming.NoInitialContextException: Cannot instantiate class: org.exolab.jms.jndi.InitialContextFactory.    It means the JMS provider cannot find the class. The problem get resolved after I add ALL the jar files from the LIB folder. It make no difference in compiling, but now I can access the JMS provider. 
After seen Katrin&#039;s response, It seems that a Java client DO need to include vendor specific jars to be able to connect to that provider, even though including those jars are the only thing a Java developer needs to do. 

Anyone can confirm on with that?

It seems there is NO way to avoid it. I initial try to stay vendor neutral, but now I have to consider the specific jars.]]></description>
		<content:encoded><![CDATA[<p>Hi , I have a question on including the JMS provider specific jars included in the code.  I just want to develop a generic Java agent to talk to a JMS provider  </p>
<p>New to JMS and thought I could code with just standard Java SE (for JNDI)  and javax,jms (not included in SE library), I could connect to ANY JMS provider.<br />
I have not tried IBM MQ, but I tried on OPEN JMS. The code compiles OK with just the jms1-1.jar (containing javax.jms).  I use the following to pass the connection properties<br />
&#8230;<br />
                Hashtable properties = new Hashtable();<br />
                properties.put(Context.INITIAL_CONTEXT_FACTORY,<br />
                               &#8220;org.exolab.jms.jndi.InitialContextFactory&#8221;);<br />
                properties.put(Context.PROVIDER_URL, &#8220;tcp://localhost:3035/&#8221;);<br />
&#8230;<br />
Looks pretty typical. Until I try to send a message to the OPEN JMS, I got javax.naming.NoInitialContextException: Cannot instantiate class: org.exolab.jms.jndi.InitialContextFactory.    It means the JMS provider cannot find the class. The problem get resolved after I add ALL the jar files from the LIB folder. It make no difference in compiling, but now I can access the JMS provider.<br />
After seen Katrin&#8217;s response, It seems that a Java client DO need to include vendor specific jars to be able to connect to that provider, even though including those jars are the only thing a Java developer needs to do. </p>
<p>Anyone can confirm on with that?</p>
<p>It seems there is NO way to avoid it. I initial try to stay vendor neutral, but now I have to consider the specific jars.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server 6.1 by Immigration Lawyer in Brentwood</title>
		<link>http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/#comment-1565</link>
		<dc:creator><![CDATA[Immigration Lawyer in Brentwood]]></dc:creator>
		<pubDate>Wed, 27 Mar 2013 07:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=261#comment-1565</guid>
		<description><![CDATA[Awesome post.]]></description>
		<content:encoded><![CDATA[<p>Awesome post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Database in Oracle 9i manually by Crisa</title>
		<link>http://theaveragelife.wordpress.com/2007/02/07/how-to-create-a-database-in-oracle-9i-manually/#comment-1564</link>
		<dc:creator><![CDATA[Crisa]]></dc:creator>
		<pubDate>Fri, 23 Nov 2012 06:16:50 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/2007/02/07/how-to-create-a-database-in-oracle-9i-manually/#comment-1564</guid>
		<description><![CDATA[hello, i have a problem with regards to CREATE database command.. its error is: &quot; the database name does not match the parameter name.. can you give a solution?? thanks..]]></description>
		<content:encoded><![CDATA[<p>hello, i have a problem with regards to CREATE database command.. its error is: &#8221; the database name does not match the parameter name.. can you give a solution?? thanks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on McDonalds in Chennai by restaurant avs</title>
		<link>http://theaveragelife.wordpress.com/2008/01/23/mcdonalds-in-chennai/#comment-1561</link>
		<dc:creator><![CDATA[restaurant avs]]></dc:creator>
		<pubDate>Sat, 13 Oct 2012 09:17:18 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/2008/01/23/mcdonalds-in-chennai/#comment-1561</guid>
		<description><![CDATA[What a material of un-ambiguity and preserveness of valuable familiarity regarding unpredicted feelings.]]></description>
		<content:encoded><![CDATA[<p>What a material of un-ambiguity and preserveness of valuable familiarity regarding unpredicted feelings.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Writing a standalone JMS Java Client to connect to Websphere MQ 6.0 via Websphere Application Server 6.1 by Katrin Perry</title>
		<link>http://theaveragelife.wordpress.com/2009/07/02/writing-a-standalone-jms-java-client-to-connect-to-websphere-mq-6-0-via-websphere-application-server-6-1/#comment-1556</link>
		<dc:creator><![CDATA[Katrin Perry]]></dc:creator>
		<pubDate>Thu, 13 Sep 2012 08:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/?p=261#comment-1556</guid>
		<description><![CDATA[Hi, 
I would like to say thank you for your posting, which finally helped me to establish connection from Cast Iron to Websphere App Server (7.0) - Message Queue. (in order for Cast Iron to post or pull messages from the Message Queue)
I needed to include the following jars: 
  com.ibm.mq.jar
  com.ibm.mqjms.jar
  dhbcore.jar
  com.ibm.ws.webservices.thinclient_7.0.0.jar
  com.ibm.ws.runtime.jar
  com.ibm.ws.sib.client.thin.jms_7.0.0.jar

Katrin]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
I would like to say thank you for your posting, which finally helped me to establish connection from Cast Iron to Websphere App Server (7.0) &#8211; Message Queue. (in order for Cast Iron to post or pull messages from the Message Queue)<br />
I needed to include the following jars:<br />
  com.ibm.mq.jar<br />
  com.ibm.mqjms.jar<br />
  dhbcore.jar<br />
  com.ibm.ws.webservices.thinclient_7.0.0.jar<br />
  com.ibm.ws.runtime.jar<br />
  com.ibm.ws.sib.client.thin.jms_7.0.0.jar</p>
<p>Katrin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to create a Database in Oracle 9i manually by korde r s</title>
		<link>http://theaveragelife.wordpress.com/2007/02/07/how-to-create-a-database-in-oracle-9i-manually/#comment-1535</link>
		<dc:creator><![CDATA[korde r s]]></dc:creator>
		<pubDate>Sat, 19 May 2012 10:03:19 +0000</pubDate>
		<guid isPermaLink="false">http://theaveragelife.wordpress.com/2007/02/07/how-to-create-a-database-in-oracle-9i-manually/#comment-1535</guid>
		<description><![CDATA[very simple steps for creatting database]]></description>
		<content:encoded><![CDATA[<p>very simple steps for creatting database</p>
]]></content:encoded>
	</item>
</channel>
</rss>
