[zanata/zanata-server] f1062c: Add an initial sample use of JMS queues and listen...

GitHub noreply at github.com
Thu May 1 06:38:24 UTC 2014


  Branch: refs/heads/persistent-stats
  Home:   https://github.com/zanata/zanata-server
  Commit: f1062c7fa66bcb94d117c9686749b803477214fe
      https://github.com/zanata/zanata-server/commit/f1062c7fa66bcb94d117c9686749b803477214fe
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
    M zanata-war/pom.xml
    A zanata-war/src/main/java/org/zanata/service/impl/TestQueueListenerService.java
    A zanata-war/src/main/java/org/zanata/service/impl/TestQueueService.java
    M zanata-war/src/main/webapp-jboss/WEB-INF/classes/META-INF/components.xml
    M zanata-war/src/main/webapp-jboss/WEB-INF/jboss-deployment-structure.xml
    A zanata-war/src/main/webapp/test_jms.xhtml

  Log Message:
  -----------
  Add an initial sample use of JMS queues and listeners.

JBoss needs to be configured to use queues. Please see standalone-full.xml for a valid configuration example.


  Commit: d364b1d3f0e7329b4777c4c457dea48d8fb2a82c
      https://github.com/zanata/zanata-server/commit/d364b1d3f0e7329b4777c4c457dea48d8fb2a82c
  Author: Carlos A. Munoz <camunoz at redhat.com>
  Date:   2014-05-01 (Thu, 01 May 2014)

  Changed paths:
    M zanata-war/src/main/java/org/zanata/events/TextFlowTargetStateEvent.java
    M zanata-war/src/main/java/org/zanata/service/impl/TestQueueListenerService.java
    M zanata-war/src/main/java/org/zanata/service/impl/TestQueueService.java
    M zanata-war/src/main/java/org/zanata/service/impl/TranslationServiceImpl.java

  Log Message:
  -----------
  Change to use message consumer api and tie to translation.

To be able to consume different types with different listeners.
Translation in one of the services now publishes a JMS event that updates the cache.


Compare: https://github.com/zanata/zanata-server/compare/374cc7eb9ffe...d364b1d3f0e7


More information about the zanata-commits mailing list