<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ActiveMQ Support</title>
	<atom:link href="http://www.activemqhelp.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activemqhelp.com</link>
	<description>First Class 24x7 ActiveMQ Support - 866.608.8587</description>
	<lastBuildDate>Fri, 04 Dec 2009 20:43:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Another Great ActiveMQ In Action Book Review</title>
		<link>http://www.activemqhelp.com/2009/12/04/another-great-activemq-in-action-book-review/</link>
		<comments>http://www.activemqhelp.com/2009/12/04/another-great-activemq-in-action-book-review/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 20:42:14 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/2009/12/04/another-great-activemq-in-action-book-review/</guid>
		<description><![CDATA[http://books.dzone.com/reviews/activemq-action
]]></description>
			<content:encoded><![CDATA[<p><a href="http://books.dzone.com/reviews/activemq-action">http://books.dzone.com/reviews/activemq-action</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/12/04/another-great-activemq-in-action-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Obtain Right ActiveMQ Support</title>
		<link>http://www.activemqhelp.com/2009/11/11/how-to-obtain-right-activemq-support/</link>
		<comments>http://www.activemqhelp.com/2009/11/11/how-to-obtain-right-activemq-support/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 02:58:32 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=136</guid>
		<description><![CDATA[Getting the right ActiveMQ Support is not substantially different from obtaining other services or products, however there several nuances that we want you as a potential customer to be aware of. Most common problem has to do with re-packaged versions of supported flavors of ActiveMQ. Majority of organizations now have legal policy on open source, [...]]]></description>
			<content:encoded><![CDATA[<div class="sticky_post"><p><em>Getting the right ActiveMQ Support is not substantially different from obtaining other services or products, however there several nuances that we want you as a potential customer to be aware of. Most common problem has to do with re-packaged versions of supported flavors of ActiveMQ. </em><span id="more-136"></span>Majority of organizations now have legal policy on open source, ensuring that no entity can demand money later for using open and free source code. This is commonly called &#8220;Legal Indemnification,&#8221; meaning those who provide organization with ActiveMQ support also indemnify same organizations from 3rd party claims.</p>
<p>The problem is that some of our competitors offer indemnified and often improved code with changes that depart from the original project or are not committed back into the project. These unintegrated patches, may be delay ability to upgrade or receive security patches released as part of the main project.</p>
<p>ActiveMQ Help certified downloads, contain, optional configuration files tuned for production usage. Otherwise the code is exactly the same, so you can enjoy the benefits of all the latest developments in the project without being held back by the vendor upgrading their certified and indemnified build to the latest version.</p>
<p>Other activities you should conduct when purchasing ActiveMQ support are:</p>
<ul>
<li>Speak with customers who already have and used ActiveMQ support from the vendor</li>
<li>Interview several engineers and don&#8217;t be afraid to ask questions as if you were hiring them to work for you</li>
<li>Present them with previous production issues you had in the past and see what their level of expertise is</li>
<li>Ask how many ActiveMQ supported customers they have and what the retention is.</li>
</ul>
<p>That&#8217;s about it and good luck.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/11/how-to-obtain-right-activemq-support/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building ActiveMQ Clusters</title>
		<link>http://www.activemqhelp.com/2009/11/09/building-activemq-clusters/</link>
		<comments>http://www.activemqhelp.com/2009/11/09/building-activemq-clusters/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 00:30:23 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=123</guid>
		<description><![CDATA[Building ActiveMQ networks of brokers is a handy way to eliminate the need of making application deal with network outage. If the application lives on the same server or highly reliable network as the broker, then there is no need to implement network based error handling. However often consumers are remote and they also do [...]]]></description>
			<content:encoded><![CDATA[<p>Building ActiveMQ networks of brokers is a handy way to eliminate the need of making application deal with network outage. If the application lives on the same server or highly reliable network as the broker, then there is no need to implement network based error handling. However often consumers are remote and they also do not want to deal with network connectivity and those consumers may choose to implement their own broker. Connecting brokers then allows brokers to deal with intermittent networks and transmit messages whenever possible while exposing always on interface to local customers.</p>
<p>In his new <a href="http://www.devco.net/archives/2009/11/10/activemq_clustering.php">tutorial</a> <a href="http://twitter.com/ripienaar">@ripienaar</a> covers how how to build ActiveMQ networks of brokers, so check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/09/building-activemq-clusters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jabber Server in 10 Minutes</title>
		<link>http://www.activemqhelp.com/2009/11/08/jabber-server-in-10-minutes/</link>
		<comments>http://www.activemqhelp.com/2009/11/08/jabber-server-in-10-minutes/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 02:11:42 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=114</guid>
		<description><![CDATA[You if you have been convinced by a blog entry from yesterday not to use ActiveMQ for building a chat application. Here is tutorial on how to setup a chat server in 10 minutes.

]]></description>
			<content:encoded><![CDATA[<p>You if you have been convinced by a blog entry from yesterday not to use ActiveMQ for building a chat application. Here is tutorial on how to setup a chat server in 10 minutes.</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="406" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/ytUB5qJm5HE&amp;hl=en&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="406" height="344" src="http://www.youtube.com/v/ytUB5qJm5HE&amp;hl=en&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/08/jabber-server-in-10-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveMQ vs. Jabber XMPP</title>
		<link>http://www.activemqhelp.com/2009/11/07/activemq-vs-jabber-xmpp/</link>
		<comments>http://www.activemqhelp.com/2009/11/07/activemq-vs-jabber-xmpp/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 02:07:14 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=110</guid>
		<description><![CDATA[
Responding to a blog entry by Stephan Schmidt (@codemonkeyism on twitter). Stephan compares the Jabber and ActiveMQ to decide which one suits better his projects needs. While both products fulfill the asynchronous messaging criteria, they have been designed and built for substantially different purposes. Below are some guidelines when to use ActiveMQ or other enterprise [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-111" title="boxing2" src="http://www.activemqhelp.com/wp-content/uploads/2009/11/boxing2-150x150.jpg" alt="boxing2" width="150" height="150" /></p>
<p>Responding to a blog <a href="http://codemonkeyism.com/activemq-vs-jabber/">entry</a> by Stephan Schmidt (<a href="http://twitter.com/codemonkeyism">@codemonkeyism</a> on twitter). Stephan compares the Jabber and ActiveMQ to decide which one suits better his projects needs. While both products fulfill the asynchronous messaging criteria, they have been designed and built for substantially different purposes. Below are some guidelines when to use ActiveMQ or other enterprise messaging products such as JBoss Messaging or WebSphere MQ.</p>
<p>Use Enterprise Messaging if project requires:</p>
<ul>
<li>Transactional Support</li>
<li>Message Persistence and Media Recovery (Transactional Logs)</li>
<li>Large Messages (4MB+)</li>
<li>Competing Consumers</li>
<li>Coded Character Set Conversions</li>
<li>Clustering</li>
<li>Blocking (Non-polling wait)</li>
<li>Storing potentially millions of messages on the queue</li>
<li>Message Expiration</li>
<li>Multiple Qualities of Server</li>
<li>Server-to-Server Channels</li>
<li>Hierarchical Publish Subscribe Topic Namespace</li>
<li>FIFO or Priority Queues</li>
</ul>
<p>Use Jabber or other instant messaging protocol when you&#8217;re building a chat application. Yes. It is that simple. Here are good indicators using Jabber might be ok are:</p>
<ul>
<li>Messages have no or minimal business value. (They are not business transactions)</li>
<li>Messages are small</li>
<li>Transactional support is not necessary</li>
<li>You need a simple transport(HTTP) that can work across VPN&#8217;s, Proxies and Firewalls.</li>
<li>Messages have no affinity.</li>
<li>Simple Message Patterns (One-to-one, One-to-many)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/07/activemq-vs-jabber-xmpp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JMS Patterns With ActiveMQ</title>
		<link>http://www.activemqhelp.com/2009/11/06/jms-patterns-with-activemq/</link>
		<comments>http://www.activemqhelp.com/2009/11/06/jms-patterns-with-activemq/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 19:18:01 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=108</guid>
		<description><![CDATA[While this tutorial covers some JMS Patterns, these are by no means all of the possible patterns with Messaging. Here is a link to one of the best books on enterprise integration and patterns.
]]></description>
			<content:encoded><![CDATA[<p>While this <a href="http://outatime.wordpress.com/2007/12/06/jms-patterns-with-activemq/">tutorial</a> covers some JMS Patterns, these are by no means all of the possible patterns with Messaging. Here is a <a href="http://www.enterpriseintegrationpatterns.com/toc.html">link</a> to one of the best books on enterprise integration and patterns.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/06/jms-patterns-with-activemq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Performance Object Serialization in ActiveMQ</title>
		<link>http://www.activemqhelp.com/2009/11/05/high-performance-object-serialization-in-activemq/</link>
		<comments>http://www.activemqhelp.com/2009/11/05/high-performance-object-serialization-in-activemq/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 15:51:58 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=105</guid>
		<description><![CDATA[ActiveMQ Support]]></description>
			<content:encoded><![CDATA[<p>Hiram Chirino posted on his <a href="http://hiramchirino.com/old-blog/2009/09/activemq-protobuf-implementation-rocks.html">blog</a> a benchmark results of a ActiveMQ supported protobuf patch that looks substantially faster than existing solutions such as Google&#8217;s <a href="http://code.google.com/p/thrift-protobuf-compare/">protobuf</a> and thrift. For more details, you can subscribe to Hiram&#8217;s Blog or follow him on twitter <a href="http://twitter.com/hiramchirino">@hiramchirino</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/05/high-performance-object-serialization-in-activemq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enterprise Messaging With ActiveMQ</title>
		<link>http://www.activemqhelp.com/2009/11/04/enterprise-messaging-with-activemq/</link>
		<comments>http://www.activemqhelp.com/2009/11/04/enterprise-messaging-with-activemq/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 01:53:51 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=102</guid>
		<description><![CDATA[
This paper was published by James Strachan and provides excellent summary overview of ActiveMQ usage in enterprise middleware.
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.google.com/url?sa=t&amp;source=web&amp;ct=res&amp;cd=7&amp;ved=0CCsQFjAG&amp;url=http%3A%2F%2Fpeople.apache.org%2F~jstrachan%2Ftalks%2FActiveMQ-Dublin07.pdf&amp;ei=hi_ySrnJFo3mlAfgsZG9Aw&amp;usg=AFQjCNFo5CpkW51-o7Whm_XAs6WZmJrJaA&amp;sig2=S1ivwawfvFnhahMusLPonw"><img class="alignleft size-medium wp-image-103" title="BirdSongs_-_Royal_Albatross" src="http://www.activemqhelp.com/wp-content/uploads/2009/11/BirdSongs_-_Royal_Albatross-249x300.jpg" alt="BirdSongs_-_Royal_Albatross" width="383" height="300" /></a></p>
<p>This paper was published by <a href="http://people.apache.org/~jstrachan/">James Strachan</a> and provides excellent summary overview of ActiveMQ usage in enterprise middleware.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/04/enterprise-messaging-with-activemq/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActiveMQ In Action Book Review</title>
		<link>http://www.activemqhelp.com/2009/11/04/activemq-in-action-book-review/</link>
		<comments>http://www.activemqhelp.com/2009/11/04/activemq-in-action-book-review/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 01:27:41 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=95</guid>
		<description><![CDATA[This excellent book review provides chapter by chapter summary of the most recent Manning ActiveMQ In Action Book. You can follow the review blogger @jbandi on twitter
]]></description>
			<content:encoded><![CDATA[<p>This excellent book <a href="http://blog.jonasbandi.net/2009/08/book-review-activemq-in-action.html">review</a> provides chapter by chapter summary of the most recent Manning ActiveMQ In Action Book. You can follow the review blogger <a href="http://twitter.com/jbandi">@jbandi</a> on twitter</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/04/activemq-in-action-book-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping the ActiveMQ Channels Up</title>
		<link>http://www.activemqhelp.com/2009/11/04/keeping-the-activemq-channels-up/</link>
		<comments>http://www.activemqhelp.com/2009/11/04/keeping-the-activemq-channels-up/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 16:07:31 +0000</pubDate>
		<dc:creator>ActiveMQ Support</dc:creator>
				<category><![CDATA[nuggets]]></category>

		<guid isPermaLink="false">http://www.activemqhelp.com/?p=90</guid>
		<description><![CDATA[
Terry Palmer of cfteeps posted(via @hgz) a configuration on maintaining channels. I would also recommend increasing TCP KeepAlive interval.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-91" title="6a00d83455003f69e200e54f69754a8833-800wi" src="http://www.activemqhelp.com/wp-content/uploads/2009/11/6a00d83455003f69e200e54f69754a8833-800wi-300x240.jpg" alt="6a00d83455003f69e200e54f69754a8833-800wi" width="364" height="240" /></p>
<p>Terry Palmer of <a href="http://cfteeps.blogspot.com">cfteeps</a> posted(via <a href="https://twitter.com/hgz">@hgz</a>) a <a href="http://cfteeps.blogspot.com/2009/11/activemq-channel-your-energy.html">configuration</a> on maintaining channels. I would also recommend increasing TCP KeepAlive interval.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.activemqhelp.com/2009/11/04/keeping-the-activemq-channels-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
