 




<?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: Diverting messages from a given message queue to QSYSOPR</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/#comment-62632</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:04:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-62632</guid>
		<description><![CDATA[Hi,

There&#039;s another reason why I suggest to use the program as a batch program - I believe that if you use the CHGMSGQ command this only stays in effect for the duration of your job.  Once you sign-off, the program is no longer attached to your message queue.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>There&#8217;s another reason why I suggest to use the program as a batch program &#8211; I believe that if you use the CHGMSGQ command this only stays in effect for the duration of your job.  Once you sign-off, the program is no longer attached to your message queue.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vatchy</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/#comment-62630</link>
		<dc:creator>vatchy</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:40:50 +0000</pubDate>
		<guid isPermaLink="false">#comment-62630</guid>
		<description><![CDATA[I agree that you don&#039;t HAVE to have the program attached to the message queue but, if you do, you don&#039;t have to worry about submitting the program to batch or the program ending and nobody noticing.  If you attach the program to the message queue then all messages will be forwarded automatically.]]></description>
		<content:encoded><![CDATA[<p>I agree that you don&#8217;t HAVE to have the program attached to the message queue but, if you do, you don&#8217;t have to worry about submitting the program to batch or the program ending and nobody noticing.  If you attach the program to the message queue then all messages will be forwarded automatically.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/#comment-62628</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:16:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-62628</guid>
		<description><![CDATA[Hi,

My post should read that the program sits on your other message queue waiting for a message to send to QSYSOPR, not the other way around.  Diverting a message to QSYSOPR should work the same as diverting a message to any queue - the program waits for a message, receives it and then sends it to the other queue.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>My post should read that the program sits on your other message queue waiting for a message to send to QSYSOPR, not the other way around.  Diverting a message to QSYSOPR should work the same as diverting a message to any queue &#8211; the program waits for a message, receives it and then sends it to the other queue.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gilly400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/#comment-62626</link>
		<dc:creator>gilly400</dc:creator>
		<pubDate>Thu, 23 Apr 2009 14:11:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-62626</guid>
		<description><![CDATA[Hi Siddharth,

The reason that you need the program is to receive the message (and the details of the message) and to re-send it to your other message queue.  Unfortunately there&#039;s no OVRMSGQ command to achieve this, so you have to use a program.

This isn&#039;t about user profiles, only message queues.

You don&#039;t attach the program to the message queue, you need to have the program running (normally as a batch job) - the program waits for a message to appear on QSYSOPR using the RCVMSG command, when a message appears on QSYSOPR the program receives the message details, then sends the message to your other message queue.  You can specify whether or not to remove the received message on the RCVMSG command.

Hope this helps.

Regards,

Martin Gilbert.]]></description>
		<content:encoded><![CDATA[<p>Hi Siddharth,</p>
<p>The reason that you need the program is to receive the message (and the details of the message) and to re-send it to your other message queue.  Unfortunately there&#8217;s no OVRMSGQ command to achieve this, so you have to use a program.</p>
<p>This isn&#8217;t about user profiles, only message queues.</p>
<p>You don&#8217;t attach the program to the message queue, you need to have the program running (normally as a batch job) &#8211; the program waits for a message to appear on QSYSOPR using the RCVMSG command, when a message appears on QSYSOPR the program receives the message details, then sends the message to your other message queue.  You can specify whether or not to remove the received message on the RCVMSG command.</p>
<p>Hope this helps.</p>
<p>Regards,</p>
<p>Martin Gilbert.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sangay</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/diverting-messages-from-a-given-message-queue-to-qsysopr/#comment-62608</link>
		<dc:creator>sangay</dc:creator>
		<pubDate>Thu, 23 Apr 2009 03:59:08 +0000</pubDate>
		<guid isPermaLink="false">#comment-62608</guid>
		<description><![CDATA[Hi,

Thnks for the response.

But i am confused why do we need a Program to attach. I hope you didnt misunderstand Qsysopr as User profile. It is a Message Queue.

Thanks again,
Siddharth]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thnks for the response.</p>
<p>But i am confused why do we need a Program to attach. I hope you didnt misunderstand Qsysopr as User profile. It is a Message Queue.</p>
<p>Thanks again,<br />
Siddharth</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.012 seconds using memcached
Object Caching 324/327 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 21:44:36 -->