Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-2966

Null messages occurring when using VM transport, topics and multiple consumers

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.4.0, 5.4.1
    • 5.4.2
    • Broker
    • None
    • Regression

    Description

      introduced by fix for https://issues.apache.org/activemq/browse/AMQ-2103

      contention on marshaling message received over vm transport for the first time causes potential null. With multiple topic consumers there is contention as the message has not been unmarshalled on dispatch to the topic due to the vm transport being used.
      moving the set to null out of the beforeMarahallMessage removes the potential sync window that causes the problem.

      Attachments

        Activity

          People

            gtully Gary Tully
            gtully Gary Tully
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: