<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Monitoring ActiveMQ Using JMX Over SSH</title>
	<atom:link href="http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/feed/" rel="self" type="application/rss+xml" />
	<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/</link>
	<description>Two Geeks Walk Into A Blog</description>
	<lastBuildDate>Tue, 03 Jan 2012 14:09:40 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Luca</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-455</link>
		<dc:creator><![CDATA[Luca]]></dc:creator>
		<pubDate>Fri, 16 Sep 2011 21:48:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-455</guid>
		<description><![CDATA[Thanks a lot mate, very helpful!]]></description>
		<content:encoded><![CDATA[<p>Thanks a lot mate, very helpful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Darfler</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-328</link>
		<dc:creator><![CDATA[Benjamin Darfler]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 16:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-328</guid>
		<description><![CDATA[This is why I prefer to use AMQs built in connector which allows you to easily specify both ports as I pointed out in the article.]]></description>
		<content:encoded><![CDATA[<p>This is why I prefer to use AMQs built in connector which allows you to easily specify both ports as I pointed out in the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Russell</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-327</link>
		<dc:creator><![CDATA[John Russell]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 15:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-327</guid>
		<description><![CDATA[That is true. There is a blog I found which explains how to write a really simple agent class that you can pass to the JVM which allows you to set both of the ports.

http://olegz.wordpress.com/2009/03/23/jmx-connectivity-through-the-firewall/]]></description>
		<content:encoded><![CDATA[<p>That is true. There is a blog I found which explains how to write a really simple agent class that you can pass to the JVM which allows you to set both of the ports.</p>
<p><a href="http://olegz.wordpress.com/2009/03/23/jmx-connectivity-through-the-firewall/" rel="nofollow">http://olegz.wordpress.com/2009/03/23/jmx-connectivity-through-the-firewall/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zeno</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-326</link>
		<dc:creator><![CDATA[zeno]]></dc:creator>
		<pubDate>Thu, 04 Nov 2010 15:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-326</guid>
		<description><![CDATA[Hi,

but what about the firewall. In this case your second port will not be fixeb, it will be negociated at runtime which is not ok for firewall.
How do you avoid this problem ?]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>but what about the firewall. In this case your second port will not be fixeb, it will be negociated at runtime which is not ok for firewall.<br />
How do you avoid this problem ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Exposing a POJO as a JMX MBean easily with Spring &#171; The Holy Java</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-310</link>
		<dc:creator><![CDATA[Exposing a POJO as a JMX MBean easily with Spring &#171; The Holy Java]]></dc:creator>
		<pubDate>Thu, 16 Sep 2010 13:26:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-310</guid>
		<description><![CDATA[[...] Monitoring ActiveMQ Using JMX Over SSH [...]]]></description>
		<content:encoded><![CDATA[<p>[...] Monitoring ActiveMQ Using JMX Over SSH [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Ehm</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-132</link>
		<dc:creator><![CDATA[Felix Ehm]]></dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:21:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-132</guid>
		<description><![CDATA[Sorry, forgot that tags have to be treated specially :

to disallow AMQ to create the connector :
&lt;managementContext&gt;
        &lt;managementContext createConnector=&quot;false&quot; /&gt;
&lt;/managementContext&gt;

...]]></description>
		<content:encoded><![CDATA[<p>Sorry, forgot that tags have to be treated specially :</p>
<p>to disallow AMQ to create the connector :<br />
&lt;managementContext&gt;<br />
        &lt;managementContext createConnector=&#8221;false&#8221; /&gt;<br />
&lt;/managementContext&gt;</p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix Ehm</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-131</link>
		<dc:creator><![CDATA[Felix Ehm]]></dc:creator>
		<pubDate>Tue, 24 Nov 2009 08:16:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-131</guid>
		<description><![CDATA[Hi,

I&#039;m with you if you report the lack of documentation. My additional info here is to set the port differently by disallowing AMQ to create the connector:

  


Instead, you let the connector be created explicitly by the JVM using (example):
-Dcom.sun.management.jmxremote.port=11119
-Dcom.sun.management.jmxremote.authenticate=true
-Dcom.sun.management.jmxremote.password.file=${ACTIVEMQ_BASE}/conf/jmx.password
-Dcom.sun.management.jmxremote.access.file=${ACTIVEMQ_BASE}/conf/jmx.access
(in the bin/activemq)

That&#039;s how I got around this issue. This is also the solution to enable authentication/authorization if you want to avoid people to connect to your management console and mess around.

Cheers,
Felix]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I&#8217;m with you if you report the lack of documentation. My additional info here is to set the port differently by disallowing AMQ to create the connector:</p>
<p>Instead, you let the connector be created explicitly by the JVM using (example):<br />
-Dcom.sun.management.jmxremote.port=11119<br />
-Dcom.sun.management.jmxremote.authenticate=true<br />
-Dcom.sun.management.jmxremote.password.file=${ACTIVEMQ_BASE}/conf/jmx.password<br />
-Dcom.sun.management.jmxremote.access.file=${ACTIVEMQ_BASE}/conf/jmx.access<br />
(in the bin/activemq)</p>
<p>That&#8217;s how I got around this issue. This is also the solution to enable authentication/authorization if you want to avoid people to connect to your management console and mess around.</p>
<p>Cheers,<br />
Felix</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Darfler</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-126</link>
		<dc:creator><![CDATA[Benjamin Darfler]]></dc:creator>
		<pubDate>Fri, 20 Nov 2009 19:33:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-126</guid>
		<description><![CDATA[Glad it helped! That bit is the missing link that no one ever talks about.]]></description>
		<content:encoded><![CDATA[<p>Glad it helped! That bit is the missing link that no one ever talks about.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Borlin</title>
		<link>http://codedependents.com/2009/05/23/monitoring-activemq-using-jmx-over-ssh/#comment-105</link>
		<dc:creator><![CDATA[Paul Borlin]]></dc:creator>
		<pubDate>Wed, 11 Nov 2009 16:39:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bdarfler.com/?p=183#comment-105</guid>
		<description><![CDATA[Beauty, mate! I&#039;ve wresting with this for too long.  The missing link for me was the &quot;-Djava.rmi.server.hostname=127.0.0.1&quot; switch.  Most of the documentation I&#039;ve seen was for running JConsole on the same machine as ActiveMQ, and I&#039;m trying to do it remotely.  Popped in my server&#039;s name in place of 127.0.0.1, and wammo!  Thanks for posting your pain.]]></description>
		<content:encoded><![CDATA[<p>Beauty, mate! I&#8217;ve wresting with this for too long.  The missing link for me was the &#8220;-Djava.rmi.server.hostname=127.0.0.1&#8243; switch.  Most of the documentation I&#8217;ve seen was for running JConsole on the same machine as ActiveMQ, and I&#8217;m trying to do it remotely.  Popped in my server&#8217;s name in place of 127.0.0.1, and wammo!  Thanks for posting your pain.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

