<?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 Re: Activiti and JMS (mapping messages and signals to JMS msgs) in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144211#M100849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you very much for the prompt reply. Unfortunately, using Camel isn't an option currently.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a pity to hear, cause it solves a lot of the issues you will have to code yourself now&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;By looking at the Camel examples, It looks like the implementation was implemented using Delegates, which ideally I'd like to avoid.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed, it is completely based on the delegate approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've managed to implement my subscription from JMS easily enough (and bumped into a bug in the process – &lt;A href="http://jira.codehaus.org/browse/ACT-1497" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1497&lt;/A&gt;);&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reporting that! We'll look into it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;now, I'd like to intercept the intermediateThrowEvent command, but so far, I've been unable to do so. &lt;BR /&gt;Do you have any pointers on how to do that? I've tried putting a breakpoint in the actualCommandExecutor to see whether I could do it using CommandInterceptors , but it only seems to capture the StartProcessInstanceCmd, but nothing within the process itself.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You will not be able to capture it using a command, for the simple reason that it's not an external 'signal' to the process, rather an internal. Hence, the command chain is never called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that I think of it, there might be a way using the BpmnParseListener. Ie, you listen to the parsing of the process xml, and you swap the ActivityBehavior with your own implementation. I didn't try it, so it might not work as expected, but it is the best solution I see.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Dec 2012 08:21:33 GMT</pubDate>
    <dc:creator>jbarrez</dc:creator>
    <dc:date>2012-12-19T08:21:33Z</dc:date>
    <item>
      <title>Activiti and JMS (mapping messages and signals to JMS msgs)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144208#M100846</link>
      <description>I have two questions about Activiti BPMN:1) How do I parse message definitions programmatically2) How do I trap intermediateThrowEvent events programmatically.I'm working on a project that will use an embedded Activiti BPMN engine (currently version 5.11). The application is currently driven by send</description>
      <pubDate>Tue, 18 Dec 2012 08:50:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144208#M100846</guid>
      <dc:creator>odranoel75</dc:creator>
      <dc:date>2012-12-18T08:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti and JMS (mapping messages and signals to JMS msgs)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144209#M100847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As a side note: bpmn messages are not external, but are used for communication between pools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, JMS could be used to do that, but it's not very easy to do so.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my opinion, you'd better look into the Camel integration with Activiti, and use Camel to define the routes between all systems involved. Either options you describe will work, Camel is pretty open about that.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 18:18:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144209#M100847</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-18T18:18:07Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti and JMS (mapping messages and signals to JMS msgs)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144210#M100848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for the prompt reply.&amp;nbsp; Unfortunately, using Camel isn't an option currently.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By looking at the Camel examples, It looks like the implementation was implemented using Delegates, which ideally I'd like to avoid.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I've managed to implement my subscription from JMS easily enough (and bumped into a bug in the process –&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://jira.codehaus.org/browse/ACT-1497" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1497&lt;/A&gt;&lt;SPAN&gt;); now, I'd like to intercept the intermediateThrowEvent command, but so far, I've been unable to do so. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Do you have any pointers on how to do that?&amp;nbsp; I've tried putting a breakpoint in the actualCommandExecutor to see whether I could do it using CommandInterceptors , but it only seems to capture the StartProcessInstanceCmd, but nothing within the process itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Leo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Dec 2012 18:48:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144210#M100848</guid>
      <dc:creator>odranoel75</dc:creator>
      <dc:date>2012-12-18T18:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti and JMS (mapping messages and signals to JMS msgs)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144211#M100849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Thank you very much for the prompt reply. Unfortunately, using Camel isn't an option currently.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;That's a pity to hear, cause it solves a lot of the issues you will have to code yourself now&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;By looking at the Camel examples, It looks like the implementation was implemented using Delegates, which ideally I'd like to avoid.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Indeed, it is completely based on the delegate approach.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've managed to implement my subscription from JMS easily enough (and bumped into a bug in the process – &lt;A href="http://jira.codehaus.org/browse/ACT-1497" rel="nofollow noopener noreferrer"&gt;http://jira.codehaus.org/browse/ACT-1497&lt;/A&gt;);&lt;/BLOCKQUOTE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reporting that! We'll look into it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;now, I'd like to intercept the intermediateThrowEvent command, but so far, I've been unable to do so. &lt;BR /&gt;Do you have any pointers on how to do that? I've tried putting a breakpoint in the actualCommandExecutor to see whether I could do it using CommandInterceptors , but it only seems to capture the StartProcessInstanceCmd, but nothing within the process itself.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;You will not be able to capture it using a command, for the simple reason that it's not an external 'signal' to the process, rather an internal. Hence, the command chain is never called.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now that I think of it, there might be a way using the BpmnParseListener. Ie, you listen to the parsing of the process xml, and you swap the ActivityBehavior with your own implementation. I didn't try it, so it might not work as expected, but it is the best solution I see.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 08:21:33 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144211#M100849</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-19T08:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti and JMS (mapping messages and signals to JMS msgs)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144212#M100850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for the tip.&amp;nbsp; That worked like a charm!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 10:28:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144212#M100850</guid>
      <dc:creator>odranoel75</dc:creator>
      <dc:date>2012-12-21T10:28:04Z</dc:date>
    </item>
    <item>
      <title>Re: Activiti and JMS (mapping messages and signals to JMS msgs)</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144213#M100851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Great to hear! I knew that it should work (*hum**hum*) &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Dec 2012 14:03:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/activiti-and-jms-mapping-messages-and-signals-to-jms-msgs/m-p/144213#M100851</guid>
      <dc:creator>jbarrez</dc:creator>
      <dc:date>2012-12-21T14:03:28Z</dc:date>
    </item>
  </channel>
</rss>

