 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; AS/400 message queues</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/as400/as400-message-queues/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 16:45:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Receiving a Message from Message Queue</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/receiving-a-message-from-message-queue/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/receiving-a-message-from-message-queue/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 06:05:56 +0000</pubDate>
		<dc:creator>Cursorposition</dc:creator>
				<category><![CDATA[AS/400 Message Monitoring]]></category>
		<category><![CDATA[AS/400 message queues]]></category>
		<category><![CDATA[CL programs]]></category>
		<category><![CDATA[CLP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I would like to receive the latest message from as400 message queue. Any one can suggest the best possible way.]]></description>
				<content:encoded><![CDATA[<p>I would like to receive the latest message from as400 message queue.  Any one can suggest the best possible way.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/receiving-a-message-from-message-queue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Web message in AS/400 is stuck</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/web-message-in-as400-is-stuck/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/web-message-in-as400-is-stuck/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 02:59:47 +0000</pubDate>
		<dc:creator>Wachoelz</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 error messages]]></category>
		<category><![CDATA[AS/400 errors]]></category>
		<category><![CDATA[AS/400 message queues]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by aceofdelts]]></description>
				<content:encoded><![CDATA[New Answer by aceofdelts]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/web-message-in-as400-is-stuck/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>AS/400 message queue</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-message-queue/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-message-queue/#comments</comments>
		<pubDate>Thu, 17 Jun 2010 13:29:25 +0000</pubDate>
		<dc:creator>Nutan</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 message queues]]></category>
		<category><![CDATA[AS/400 Primary Language CL RPG]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi dear All, I&#8217;m stuck up.. in my first message queue program. I read message on the *msgq (using RCVMSG) and write it in a PF. I&#8217;ve 2 (dumb) Questions. 1. I provide &#8216;message queue&#8217; as a parameter to RCVMSG command. when the command is executed, it reads only one row at a time. so If I&#8217;ve [...]]]></description>
				<content:encoded><![CDATA[<p>Hi dear All,<br/><br/> I&#8217;m stuck up.. in my first message queue program.<br/><br/> I read message on the *msgq (using RCVMSG) and write it in a PF. <br/><br/> I&#8217;ve 2 (dumb) Questions.<br/><br/> 1. I provide &#8216;message queue&#8217; as a parameter to RCVMSG command. when the command is executed, it reads only one row at a time. so If I&#8217;ve 15 rows of messages on a queue, I execute RCVMSG in a loop and save messages one by one. Is this the correct approach?<br/><br/> 2. Once I&#8217;m done executing this program, IF I again call the same program RCVMSG doesnt read anything from the message Q (I dont remove messages in RCVMSG). this directs me to the thought that, any message queue can be read only once even if I dont remove any message from the Q. Is this true? if yes then what if I need to execute this program more than once due to some failures/exceptions<br/><br/> Command I use<br/><br/> RCVMSG     MSGQ(&#038;EMSGQ) RMV(*NO) MSG(&#038;FSTLVL) +                   SECLVL(&#038;SNDLVL)      <br/><br/>  <br/><br/> This is what the message queue contains -<br/><br/> Company Code Required                                                 Enter Account Code                                                    Product Deduction Group 001 has been copied to Deduction Group 001.   Product Coverage not found.                                           Errors occurred while processing GGI Component 75016 19.              Errors occurred while processing Transaction Component &#8217;75016&#8242; &#8217;19&#8242;.  Errors occurred while processing GGI Transaction 75016.               <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-message-queue/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Message Queue</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/message-queue/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/message-queue/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 20:23:02 +0000</pubDate>
		<dc:creator>RonKoontz</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[AS/400 message queues]]></category>
		<category><![CDATA[Message Queuing]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Lets say a user &#8220;accidently&#8221; sends the wrong message to a user. How can an administrator go into that message queue while its being used and delete it. This can be done when the user is signed off but now while in use. A sensitive message was sent and it needed to be deleted. I [...]]]></description>
				<content:encoded><![CDATA[<p>Lets say a user &#8220;accidently&#8221; sends the wrong message to a user. How can an administrator go into that message queue while its being used and delete it. This can be done when the user is signed off but now while in use. A sensitive message was sent and it needed to be deleted. I told them not to use the 400 for that stuff but do they ever listen&#8230;.  Thanks in advance.<br/><br/> Ron<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/message-queue/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Diverting messages from a given message queue to QSYSOPR</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 11:55:28 +0000</pubDate>
		<dc:creator>Sangay</dc:creator>
				<category><![CDATA[AS/400 administration]]></category>
		<category><![CDATA[AS/400 message queues]]></category>
		<category><![CDATA[QSYSOPR]]></category>
		<category><![CDATA[System Operator Message Queue]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, Can anyone know how to divert messages from a given message queue to Qsysopr. Thanks Siddharth]]></description>
				<content:encoded><![CDATA[<p>Hi,</p>
<p>Can anyone know how to divert messages from a given message queue to Qsysopr.</p>
<p>Thanks<br />
Siddharth</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why we take Break Message please explain in detail</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/why-we-take-break-message-please-clear-me-in-detail/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/why-we-take-break-message-please-clear-me-in-detail/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 05:33:15 +0000</pubDate>
		<dc:creator>Umeshkumarnagar</dc:creator>
				<category><![CDATA[AS/400 administration]]></category>
		<category><![CDATA[AS/400 Break Message]]></category>
		<category><![CDATA[AS/400 message queues]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, we take Break message once the operator change please explain me detail what is the whole purpose of taking the Break message&#8230; Thanks And regards Umesh]]></description>
				<content:encoded><![CDATA[<p>Hi,<br />
we take Break message once the operator change please explain me detail what is the whole purpose of taking the Break message&#8230;</p>
<p>Thanks And regards<br />
Umesh</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/why-we-take-break-message-please-clear-me-in-detail/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/20 queries in 0.023 seconds using memcached
Object Caching 649/730 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 18:42:32 -->