<?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: Enabling JMX monitoring of SEDA Queue Depths in Apache Camel</title>
	<atom:link href="http://www.objectpartners.com/2010/02/15/enabling-jmx-monitoring-of-seda-queue-depths-in-apache-camel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.objectpartners.com/2010/02/15/enabling-jmx-monitoring-of-seda-queue-depths-in-apache-camel/</link>
	<description>Object Partners Inc.</description>
	<lastBuildDate>Tue, 31 Jan 2012 16:52:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Claus Ibsen</title>
		<link>http://www.objectpartners.com/2010/02/15/enabling-jmx-monitoring-of-seda-queue-depths-in-apache-camel/comment-page-1/#comment-445</link>
		<dc:creator>Claus Ibsen</dc:creator>
		<pubDate>Mon, 15 Feb 2010 17:28:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.objectpartners.com/?p=1789#comment-445</guid>
		<description>The queue depth of the seda endpoint is avail in JMX. Its however avail as an JMX operation because its a BrowsableEndpoint instance. The reason why its not an attribute is that some other BrowseableEndpoints may take to much resources to compute the queue depth (such as JmsEndpoint).

See the ManagedBrowsableEndpoint class.

I recon we should allow the seda queue to easily be unbounded instead of fixed at 1000. I have created CAMEL-2471 to track that.</description>
		<content:encoded><![CDATA[<p>The queue depth of the seda endpoint is avail in JMX. Its however avail as an JMX operation because its a BrowsableEndpoint instance. The reason why its not an attribute is that some other BrowseableEndpoints may take to much resources to compute the queue depth (such as JmsEndpoint).</p>
<p>See the ManagedBrowsableEndpoint class.</p>
<p>I recon we should allow the seda queue to easily be unbounded instead of fixed at 1000. I have created CAMEL-2471 to track that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

