<?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 Reading and Writing to TOPICs in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213744#M166874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Need some guidance and recommended approach for the following &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A BPMN process (Campaign Flow) listening to Kafka Topics. Campaign flow perform different steps. Each step is an asynchronous flow. Which means that it will&amp;nbsp; write to an in-topic and will&amp;nbsp; listen to an out-topic. Based on the Async process result it will perform next steps. This is an event driven architecture and would like to know how we can build this BPMN flow using activity.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Feb 2016 21:29:27 GMT</pubDate>
    <dc:creator>praveens_p</dc:creator>
    <dc:date>2016-02-15T21:29:27Z</dc:date>
    <item>
      <title>Reading and Writing to TOPICs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213744#M166874</link>
      <description>Need some guidance and recommended approach for the following A BPMN process (Campaign Flow) listening to Kafka Topics. Campaign flow perform different steps. Each step is an asynchronous flow. Which means that it will&amp;nbsp; write to an in-topic and will&amp;nbsp; listen to an out-topic. Based on the Async proces</description>
      <pubDate>Mon, 15 Feb 2016 21:29:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213744#M166874</guid>
      <dc:creator>praveens_p</dc:creator>
      <dc:date>2016-02-15T21:29:27Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and Writing to TOPICs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213745#M166875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You'd have to have custom written listener to that topic and start the process instance when a message gets in. You could use a none start event or a message start event (message might be easier to 'identify' which to start, independent of the process definition). There is nothing in Activiti that has such default behaviour.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 12:07:21 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213745#M166875</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-02-16T12:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and Writing to TOPICs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213746#M166876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. What we are trying to implement is a pub-sub pattern. Each step within the process is an async flow (writing/reading form topic). We don't want the thread to be blocked for waiting for a response. How can we achieve this in Activity ? Is there any way to use messaging patterns with Activiti in a loosely coupled way?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Feb 2016 15:01:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213746#M166876</guid>
      <dc:creator>praveens_p</dc:creator>
      <dc:date>2016-02-16T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and Writing to TOPICs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213747#M166877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actviiti won't block the thread. Use a 'receive task', or customize the receive task (see for example &lt;/SPAN&gt;&lt;A href="https://spring.io/blog/2016/02/07/orchestrating-work-with-activiti-and-spring-integration" rel="nofollow noopener noreferrer"&gt;https://spring.io/blog/2016/02/07/orchestrating-work-with-activiti-and-spring-integration&lt;/A&gt;&lt;SPAN&gt;, albeit is's already more complex there). When Activiti encounters a wait state, it will put the state in the database and block no threads.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 12:36:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213747#M166877</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-02-17T12:36:00Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and Writing to TOPICs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213748#M166878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks very much for explaining. I would like to understand one&amp;nbsp; more thing. Performance is one of the key thing that we are looking at&amp;nbsp; and putting state in DB will become an overhead? Also if we use Spring Integration and send a signal event back to the process , if all threads are busy how this processing would happen? Can you please give some details on this&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Feb 2016 17:12:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213748#M166878</guid>
      <dc:creator>praveens_p</dc:creator>
      <dc:date>2016-02-17T17:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Reading and Writing to TOPICs</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213749#M166879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The database might become a bottleneck at one point, but database can go a long way before they do that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Activiti uses the thread of the caller to execute the engine logic. Hence, Activiti itself does not maintain a threadpool (exept for async jobs/timers), so threads being busy is not a problem there.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Feb 2016 07:57:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/reading-and-writing-to-topics/m-p/213749#M166879</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2016-02-24T07:57:56Z</dc:date>
    </item>
  </channel>
</rss>

