<?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: MQTT (definitely) coming to MQ</title>
	<atom:link href="http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/feed" rel="self" type="application/rss+xml" />
	<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq</link>
	<description>a lightweight messaging protocol for a Smarter Planet and the Internet of Things</description>
	<lastBuildDate>Tue, 08 May 2012 16:22:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: knolleary</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-227</link>
		<dc:creator>knolleary</dc:creator>
		<pubDate>Thu, 15 Mar 2012 17:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-227</guid>
		<description>Hi sandman. It was first added in MQ 7.0.1, and has since been fully integrated in last year&#039;s MQ 7.1 release.</description>
		<content:encoded><![CDATA[<p>Hi sandman. It was first added in MQ 7.0.1, and has since been fully integrated in last year&#8217;s MQ 7.1 release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sandman</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-226</link>
		<dc:creator>sandman</dc:creator>
		<pubDate>Thu, 15 Mar 2012 17:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-226</guid>
		<description>Which version or fixpack incorporated MQTT into MQ ? Is it from MQ 7.0.1.X or MQ 7.0 ?

THanks.</description>
		<content:encoded><![CDATA[<p>Which version or fixpack incorporated MQTT into MQ ? Is it from MQ 7.0.1.X or MQ 7.0 ?</p>
<p>THanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Piper</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-33</link>
		<dc:creator>Andy Piper</dc:creator>
		<pubDate>Wed, 06 Oct 2010 15:34:27 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-33</guid>
		<description>If you are connecting to MQ - which I thought was Tim&#039;s original question - then there is some information in the MQ Infocenter on how e.g. SSL could be used on the telemetry channel:
http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.amqtat.doc/tt60318_.htm

As mentioned above though, the provision of this link is generally left to individual implementations, so not all MQTT servers will necessarily support something like this.</description>
		<content:encoded><![CDATA[<p>If you are connecting to MQ &#8211; which I thought was Tim&#8217;s original question &#8211; then there is some information in the MQ Infocenter on how e.g. SSL could be used on the telemetry channel:<br />
<a href="http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.amqtat.doc/tt60318_.htm" rel="nofollow">http://publib.boulder.ibm.com/infocenter/wmqv7/v7r0/topic/com.ibm.mq.amqtat.doc/tt60318_.htm</a></p>
<p>As mentioned above though, the provision of this link is generally left to individual implementations, so not all MQTT servers will necessarily support something like this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 21 Sep 2010 14:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-32</guid>
		<description>Hi TimB,

you&#039;ve got the right link there. The protocol does not make any statements about encryption.

There are two areas where encryption could be applied: message-level and network-level.

One of the advantages of MQTT is its light-weight nature; the payloads are just byte arrays. Message-level security can be achieved by the application encrypting the payload before providing to the client API for publishing.

At the network layer, the protocol requires a TCP link, which could be an SSL-secured link. The provision of the link is left to individual implementations - as is done by MQ Telemetry and its clients (but not the daemon for devices).

Hope that helps.</description>
		<content:encoded><![CDATA[<p>Hi TimB,</p>
<p>you&#8217;ve got the right link there. The protocol does not make any statements about encryption.</p>
<p>There are two areas where encryption could be applied: message-level and network-level.</p>
<p>One of the advantages of MQTT is its light-weight nature; the payloads are just byte arrays. Message-level security can be achieved by the application encrypting the payload before providing to the client API for publishing.</p>
<p>At the network layer, the protocol requires a TCP link, which could be an SSL-secured link. The provision of the link is left to individual implementations &#8211; as is done by MQ Telemetry and its clients (but not the daemon for devices).</p>
<p>Hope that helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimB</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-31</link>
		<dc:creator>TimB</dc:creator>
		<pubDate>Tue, 21 Sep 2010 13:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-31</guid>
		<description>Is this the documentation (MQTT v3.1 spec from the Aug 20th announcement) you&#039;re on about? because I don&#039;t see encryption mentioned in it.

http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html

can you post a link please? 

TIA</description>
		<content:encoded><![CDATA[<p>Is this the documentation (MQTT v3.1 spec from the Aug 20th announcement) you&#8217;re on about? because I don&#8217;t see encryption mentioned in it.</p>
<p><a href="http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html" rel="nofollow">http://public.dhe.ibm.com/software/dw/webservices/ws-mqtt/mqtt-v3r1.html</a></p>
<p>can you post a link please? </p>
<p>TIA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Piper</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-23</link>
		<dc:creator>Andy Piper</dc:creator>
		<pubDate>Tue, 17 Aug 2010 15:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-23</guid>
		<description>Tim, there are several security options, one of which is SSL for the connection, and another of which is a JAAS authentication module (the latter of which would not give &quot;encryption&quot;, of course). You can also combine the two. This is all described in the documentation which will go live around release time.</description>
		<content:encoded><![CDATA[<p>Tim, there are several security options, one of which is SSL for the connection, and another of which is a JAAS authentication module (the latter of which would not give &#8220;encryption&#8221;, of course). You can also combine the two. This is all described in the documentation which will go live around release time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimB</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-22</link>
		<dc:creator>TimB</dc:creator>
		<pubDate>Sat, 14 Aug 2010 18:18:24 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-22</guid>
		<description>cheers for the clarification there... 

does this &#039;daemon&#039; support encryption for the connection to MQ?</description>
		<content:encoded><![CDATA[<p>cheers for the clarification there&#8230; </p>
<p>does this &#8216;daemon&#8217; support encryption for the connection to MQ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy Piper</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-21</link>
		<dc:creator>Andy Piper</dc:creator>
		<pubDate>Wed, 11 Aug 2010 10:47:23 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-21</guid>
		<description>I&#039;ve posted a little more about this over on my blog under &lt;a href=&quot;http://andypiper.co.uk/2010/08/05/mqtt-the-smarter-planet-protocol/&quot; rel=&quot;nofollow&quot;&gt;MQTT The Smarter Planet protocol&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve posted a little more about this over on my blog under <a href="http://andypiper.co.uk/2010/08/05/mqtt-the-smarter-planet-protocol/" rel="nofollow">MQTT The Smarter Planet protocol</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-20</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 08:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-20</guid>
		<description>Tim, it is called a &#039;client&#039; because it will be run on the client devices connecting back to the central MQ. Often these devices will be constrained in terms of memory or processor and be running on the end of a costly/thin/fragile network. These characteristics make it impractical to run a full MQ queue manager.

A possible scenario is where you have an device, such as a smart meter, running a number of different services on board. Each service needs to communicate with each other and with the enterprise. Rather than have each one establish a network connection back to MQ which would be costly, you would run the daemon devices locally acting as a concentrator. Each of the services would then use the C or Java client libraries (or any other client library that implements the MQTTv3 protocol) to communicate with the daemon.

Hope that answers your question.</description>
		<content:encoded><![CDATA[<p>Tim, it is called a &#8216;client&#8217; because it will be run on the client devices connecting back to the central MQ. Often these devices will be constrained in terms of memory or processor and be running on the end of a costly/thin/fragile network. These characteristics make it impractical to run a full MQ queue manager.</p>
<p>A possible scenario is where you have an device, such as a smart meter, running a number of different services on board. Each service needs to communicate with each other and with the enterprise. Rather than have each one establish a network connection back to MQ which would be costly, you would run the daemon devices locally acting as a concentrator. Each of the services would then use the C or Java client libraries (or any other client library that implements the MQTTv3 protocol) to communicate with the daemon.</p>
<p>Hope that answers your question.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimB</title>
		<link>http://mqtt.org/2010/07/mqtt-definitely-coming-to-mq/comment-page-1#comment-19</link>
		<dc:creator>TimB</dc:creator>
		<pubDate>Thu, 05 Aug 2010 07:58:43 +0000</pubDate>
		<guid isPermaLink="false">http://mqtt.org/?p=151#comment-19</guid>
		<description>how is the &quot;the MQ Telemetry daemon for devices&quot; an advanced &#039;client&#039;, shirley it&#039;s a message broker connecting to MQ as a bridge? you&#039;d still need a client of some sorts to connect to it?</description>
		<content:encoded><![CDATA[<p>how is the &#8220;the MQ Telemetry daemon for devices&#8221; an advanced &#8216;client&#8217;, shirley it&#8217;s a message broker connecting to MQ as a bridge? you&#8217;d still need a client of some sorts to connect to it?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

