Uploaded image for project: 'Beam'
  1. Beam
  2. BEAM-1127

JmsIO should create an unique source in case of topic

Details

    • Bug
    • Status: Resolved
    • P2
    • Resolution: Fixed
    • None
    • 0.6.0
    • io-java-jms
    • None

    Description

      The JmsIO deals with both queue and topic.

      Currently, we create multiple sources depending of the desired number of splits.
      If this behavior is correct when using a queue (we have concurrent consumers of the queue), it's basically wrong when using a topic (we have multiple subscribers, so potentially duplicated message).

      When using a topic, the JmsIO should use an unique source (to avoid messages duplication).

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            jbonofre Jean-Baptiste Onofré
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: