<?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: How to Install Apache ActiveMQ on CentOS/RHEL 8	</title>
	<atom:link href="https://www.tecmint.com/install-apache-activemq-on-centos-rhel/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-apache-activemq-on-centos-rhel/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 30 Apr 2024 14:04:32 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Brian Donegan		</title>
		<link>https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-2165580</link>

		<dc:creator><![CDATA[Brian Donegan]]></dc:creator>
		<pubDate>Tue, 30 Apr 2024 14:04:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34420#comment-2165580</guid>

					<description><![CDATA[If you want to be able to access the AMQ Console from other machines, you will also need to modify &lt;strong&gt;/conf/jetty.xml&lt;/strong&gt; file....
&lt;pre&gt;
&#060;!-- the default port number for the web console --&#062;
&#060;!--  Replace with hostname/IP --&#062;
&lt;/pre&gt;        
    ]]></description>
			<content:encoded><![CDATA[<p>If you want to be able to access the AMQ Console from other machines, you will also need to modify <strong>/conf/jetty.xml</strong> file&#8230;.</p>
<pre>
&lt;!-- the default port number for the web console --&gt;
&lt;!--  Replace with hostname/IP --&gt;
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1732624</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 03 Mar 2022 05:19:02 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34420#comment-1732624</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1732319&quot;&gt;Jada&lt;/a&gt;.

@Jada,

Thanks, I have corrected the download link in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1732319">Jada</a>.</p>
<p>@Jada,</p>
<p>Thanks, I have corrected the download link in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jada		</title>
		<link>https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1732319</link>

		<dc:creator><![CDATA[Jada]]></dc:creator>
		<pubDate>Wed, 02 Mar 2022 16:23:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34420#comment-1732319</guid>

					<description><![CDATA[The &lt;strong&gt;wget&lt;/strong&gt; command to install &lt;strong&gt;ActiveMQ&lt;/strong&gt; didn&#039;t work for me, I used the following instead:

&lt;code&gt;# wget &quot;http://www.apache.org/dyn/closer.cgi&#038;filename=/activemq/5.15.8/apache-activemq-5.15.8-bin.tar.gz&#038;action=download&quot; -O apache-activemq-5.15.8-bin.tar.gz&lt;/code&gt;]]></description>
			<content:encoded><![CDATA[<p>The <strong>wget</strong> command to install <strong>ActiveMQ</strong> didn&#8217;t work for me, I used the following instead:</p>
<p><code># wget "http://www.apache.org/dyn/closer.cgi&amp;filename=/activemq/5.15.8/apache-activemq-5.15.8-bin.tar.gz&amp;action=download" -O apache-activemq-5.15.8-bin.tar.gz</code></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Aaron Kili		</title>
		<link>https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1268502</link>

		<dc:creator><![CDATA[Aaron Kili]]></dc:creator>
		<pubDate>Mon, 14 Oct 2019 07:58:16 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34420#comment-1268502</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1267376&quot;&gt;Chitusha&lt;/a&gt;.

@Chitusha

The primary function of a Message Broker is processing messages. If you are building an enterprise with microservices (architecture), then you need a message broker to create a centralized store/processor for these messages, so that other applications or users can work with these messages. The ApacheMQ documentation has so many use cases and examples of applications using AMQ: https://activemq.apache.org/projects-using-activemq.html.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1267376">Chitusha</a>.</p>
<p>@Chitusha</p>
<p>The primary function of a Message Broker is processing messages. If you are building an enterprise with microservices (architecture), then you need a message broker to create a centralized store/processor for these messages, so that other applications or users can work with these messages. The ApacheMQ documentation has so many use cases and examples of applications using AMQ: <a target="_blank" href="https://activemq.apache.org/projects-using-activemq.html" rel="nofollow ugc">https://activemq.apache.org/projects-using-activemq.html</a>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chitusha		</title>
		<link>https://www.tecmint.com/install-apache-activemq-on-centos-rhel/comment-page-1/#comment-1267376</link>

		<dc:creator><![CDATA[Chitusha]]></dc:creator>
		<pubDate>Sat, 12 Oct 2019 17:05:25 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=34420#comment-1267376</guid>

					<description><![CDATA[Great tutorial, would be helpful to include usage scenarios, or applications that would need AMQ.]]></description>
			<content:encoded><![CDATA[<p>Great tutorial, would be helpful to include usage scenarios, or applications that would need AMQ.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
