<?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: ActiveMQ in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56325#M20435</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At DevCon I asked the engineers about reusing Alfresco's ActiveMQ broker and they said not to do it. They were also surprised that it is documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not just install your own ActiveMQ broker and send messages to that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need help getting that set up, let me know. I've probably got some code I can share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 20:54:31 GMT</pubDate>
    <dc:creator>jpotts</dc:creator>
    <dc:date>2018-10-24T20:54:31Z</dc:date>
    <item>
      <title>ActiveMQ</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56324#M20434</link>
      <description>I want to&amp;nbsp;configure Alfresco All in one SDK project (version 3.0.1) to send messages to ActiveMQ. So I followed this guide&lt;IMG id="smileyfrustrated" class="emoticon emoticon-smileyfrustrated" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-frustrated.png" alt="Smiley Frustrated" title="Smiley Frustrated" /&gt;etting up ActiveMQ | Alfresco Documentation&amp;nbsp;And in my&amp;nbsp;alfresco-global.properties&amp;nbsp;file I configured this value:messaging.broker.url=failover&lt;IMG id="smileysad" class="emoticon emoticon-smileysad" src="https://migration33.stage.lithium.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;tcp://localhost:61616)?timeout=3000</description>
      <pubDate>Tue, 23 Oct 2018 06:57:48 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56324#M20434</guid>
      <dc:creator>lhobza</dc:creator>
      <dc:date>2018-10-23T06:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveMQ</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56325#M20435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At DevCon I asked the engineers about reusing Alfresco's ActiveMQ broker and they said not to do it. They were also surprised that it is documented.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not just install your own ActiveMQ broker and send messages to that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need help getting that set up, let me know. I've probably got some code I can share.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 20:54:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56325#M20435</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2018-10-24T20:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveMQ</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56326#M20436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have my own separate ActiveMQ broker running. I want Alfresco to send it's messages to this separate ActiveMQ broker (for example on node update etc.). &lt;BR /&gt;&lt;BR /&gt;Also what is the best way to notify external system (e.g. Apache Camel) about nodes change ? I have tried several approaches (auditing, behaviours, transaction listener...) but I am not sure which one is the best.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 06:20:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56326#M20436</guid>
      <dc:creator>lhobza</dc:creator>
      <dc:date>2018-10-25T06:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: ActiveMQ</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56327#M20437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;AFAIK, the broker that the documentation covers is the broker Alfresco uses for internal purposes. If you have your own broker, that's great. But there is nothing out-of-the-box that's going to start sending messages to it. You have to do that yourself. (My understanding is that Alfresco might start doing this in a future release but I haven't come across it yet).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The approach you take to do it yourself depends on what you are trying to do, but a behavior is one place to start. &lt;A href="https://github.com/jpotts/alfresco-kafka" rel="nofollow noopener noreferrer"&gt;Here&lt;/A&gt; is one of my little projects that uses behaviors to write node events to a Kafka stream. I've also done something just like it using ActiveMQ instead.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also came across a project from one of the Alfresco engineers that hooks into the audit service to send Kafka events. I think it is on github, but I don't recall where at the moment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 27 Oct 2018 02:48:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/activemq/m-p/56327#M20437</guid>
      <dc:creator>jpotts</dc:creator>
      <dc:date>2018-10-27T02:48:29Z</dc:date>
    </item>
  </channel>
</rss>

