 




<?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: V6R1 storage limit exceeded for data queue</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/storage-limit-exceeded-for-data-queue/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/storage-limit-exceeded-for-data-queue/</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 00:48:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storage-limit-exceeded-for-data-queue/#comment-89443</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 15 Mar 2011 21:09:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-89443</guid>
		<description><![CDATA[If it is apps, then whatever is supposed to be reading entries off of the queue is not reading them fast enough. Either the rate of adding entries to the queue needs to be slowed or the rate of reading them needs to be quickened. The standard means of speeding up reading from the queue is to start one or more additional readers.

Entries on a data queue are generally expected to be read immediately. A data queue is not intended for long term storage; it is intended as a low-overhead way of passing data elements from one process to another.

You should think in terms of never having more than a few entries on a data queue at one time. By reading the entries quickly, there should never be a time when the queue is filled.

Also, keep in mind that entries on a data queue are not saved when the data queue object is saved. That means that the entries are lost if the data queue must be restored. That&#039;s a strong reason not to think of data queues as permanent storage containers.

Tom]]></description>
		<content:encoded><![CDATA[<p>If it is apps, then whatever is supposed to be reading entries off of the queue is not reading them fast enough. Either the rate of adding entries to the queue needs to be slowed or the rate of reading them needs to be quickened. The standard means of speeding up reading from the queue is to start one or more additional readers.</p>
<p>Entries on a data queue are generally expected to be read immediately. A data queue is not intended for long term storage; it is intended as a low-overhead way of passing data elements from one process to another.</p>
<p>You should think in terms of never having more than a few entries on a data queue at one time. By reading the entries quickly, there should never be a time when the queue is filled.</p>
<p>Also, keep in mind that entries on a data queue are not saved when the data queue object is saved. That means that the entries are lost if the data queue must be restored. That&#8217;s a strong reason not to think of data queues as permanent storage containers.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jinteik</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storage-limit-exceeded-for-data-queue/#comment-89393</link>
		<dc:creator>jinteik</dc:creator>
		<pubDate>Tue, 15 Mar 2011 00:48:02 +0000</pubDate>
		<guid isPermaLink="false">#comment-89393</guid>
		<description><![CDATA[if it is apps, then you can ask them to modify the dataq lenght and also how long they want to keep it]]></description>
		<content:encoded><![CDATA[<p>if it is apps, then you can ask them to modify the dataq lenght and also how long they want to keep it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/storage-limit-exceeded-for-data-queue/#comment-89391</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Mon, 14 Mar 2011 23:10:26 +0000</pubDate>
		<guid isPermaLink="false">#comment-89391</guid>
		<description><![CDATA[You&#039;ll get that message when an attempt is made to add an entry to the data queue when the maximum number of entries are already on the queue.

Is this one of your data queues? Or is this a data queue in a software product?

Tom]]></description>
		<content:encoded><![CDATA[<p>You&#8217;ll get that message when an attempt is made to add an entry to the data queue when the maximum number of entries are already on the queue.</p>
<p>Is this one of your data queues? Or is this a data queue in a software product?</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 3/8 queries in 0.046 seconds using memcached
Object Caching 297/298 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-21 02:21:57 -->