 




<?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: AS/400 message queue</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/as400-message-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-message-queue/</link>
	<description></description>
	<lastBuildDate>Fri, 24 May 2013 06:06:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-message-queue/#comment-78277</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Thu, 17 Jun 2010 18:08:21 +0000</pubDate>
		<guid isPermaLink="false">#comment-78277</guid>
		<description><![CDATA[First, unless you maintain strict control over what messages may be sent to your message queue, it doesn&#039;t make much sense to &quot;write it in a PF&quot;. A PF isn&#039;t very well suited for many messages.

Second, yes, RCVMSG will return one message at a time. If you need to collect sets of messages, use the &lt;a href=&quot;http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/QMHLSTM.htm&quot;&gt;List Nonprogram Messages (QMHLSTM) API&lt;/a&gt; and process each set before requesting the next.

Third, to handle old messages with RCVMSG, review the PGM() and RESET() parameters of the CHGMSGQ command. In particular, note the {help} text reference to message keys. You can receive any message if you know its message key.

Tom]]></description>
		<content:encoded><![CDATA[<p>First, unless you maintain strict control over what messages may be sent to your message queue, it doesn&#8217;t make much sense to &#8220;write it in a PF&#8221;. A PF isn&#8217;t very well suited for many messages.</p>
<p>Second, yes, RCVMSG will return one message at a time. If you need to collect sets of messages, use the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/apis/QMHLSTM.htm">List Nonprogram Messages (QMHLSTM) API</a> and process each set before requesting the next.</p>
<p>Third, to handle old messages with RCVMSG, review the PGM() and RESET() parameters of the CHGMSGQ command. In particular, note the {help} text reference to message keys. You can receive any message if you know its message key.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.013 seconds using memcached
Object Caching 268/271 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-24 06:52:12 -->