<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Messages exchange between java threads in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/messages-exchange-between-java-threads/m-p/4025978#M37918</link>
    <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to implement a messages exchange protocol between two Java threads of the same process.&lt;BR /&gt;&lt;BR /&gt;What are the pro/cons of the usage of JMS API in this particular case?&lt;BR /&gt;&lt;BR /&gt;Giuseppe</description>
    <pubDate>Mon, 25 Jun 2007 08:22:13 GMT</pubDate>
    <dc:creator>Fedele Giuseppe</dc:creator>
    <dc:date>2007-06-25T08:22:13Z</dc:date>
    <item>
      <title>Messages exchange between java threads</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/messages-exchange-between-java-threads/m-p/4025978#M37918</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I need to implement a messages exchange protocol between two Java threads of the same process.&lt;BR /&gt;&lt;BR /&gt;What are the pro/cons of the usage of JMS API in this particular case?&lt;BR /&gt;&lt;BR /&gt;Giuseppe</description>
      <pubDate>Mon, 25 Jun 2007 08:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/messages-exchange-between-java-threads/m-p/4025978#M37918</guid>
      <dc:creator>Fedele Giuseppe</dc:creator>
      <dc:date>2007-06-25T08:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Messages exchange between java threads</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/messages-exchange-between-java-threads/m-p/4025979#M37919</link>
      <description>JMS is pretty heavy-weight for this.  If you don't need persistence across crashes and you don't need asynchronous messaging then I think the most convenient way is to use java.util.concurrent.SynchronousQueue&lt;E&gt;.  If you do need&lt;BR /&gt;asynchronous, then one of the other Queue implementations&lt;BR /&gt;is a good choice&lt;BR /&gt;&lt;BR /&gt;Jonathan&lt;/E&gt;</description>
      <pubDate>Tue, 26 Jun 2007 08:49:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/messages-exchange-between-java-threads/m-p/4025979#M37919</guid>
      <dc:creator>Jonathan Cronin</dc:creator>
      <dc:date>2007-06-26T08:49:41Z</dc:date>
    </item>
    <item>
      <title>Re: Messages exchange between java threads</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/messages-exchange-between-java-threads/m-p/4025980#M37920</link>
      <description>Ok thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 26 Jun 2007 09:21:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/messages-exchange-between-java-threads/m-p/4025980#M37920</guid>
      <dc:creator>Fedele Giuseppe</dc:creator>
      <dc:date>2007-06-26T09:21:54Z</dc:date>
    </item>
  </channel>
</rss>

