Uploaded image for project: 'Bloomreach Forge'
  1. Bloomreach Forge
  2. FORGE-304

Camel event forge Plugin Persistent listener broken in v13

    XMLWordPrintable

Details

    Description

      In the current (2.0.0) Version of the Camel Event Forge Plugin the Cluster Wide persisten event listener implementation is broken and never called by the system.

      This configuration for the camel route is expected to be called for all (cluster-wide) events but is never executed.

      <route>  
          <from uri="hippoevent:?_persisted=true&amp;_channelName=mylistener&amp;category=workflow&amp;action=publish,depublish" />  
         <to uri="direct:execute-reaction" />
      </route>
      

       

      This is probably caused by an incorrect Listener registration mechanism:

       HippoEventListenerRegistry.get().register(listener);
      

      however, the current documentation for cluster wide listener Registration states:

      PersistedHippoEventListenerRegistry.get().register(persistedListener);
      

       

      Attachments

        Activity

          People

            wko Woonsan Ko (Inactive)
            fpieper Felix Pieper
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: