Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: apache/activemq
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2c1b9ee
Choose a base ref
...
head repository: apache/activemq
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1421a5
Choose a head ref
  • 8 commits
  • 73 files changed
  • 3 contributors

Commits on Apr 2, 2026

  1. Ensure AMQP protocol marshals messages before passing to broker (#1859)…

    … (#1861)
    
    This change brings the behaior inline with other protocols and will
    prevent a future race condition during copy/dispatch as the data will
    already be marshaled.
    
    This closes #1858
    
    (cherry picked from commit e8f10dd)
    cshannon authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    a7da1f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3a05f3 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. [AMQ-9858] Support purging the first number of messages from a queue

    (cherry picked from commit 3fda6dc)
    mattrpav committed Apr 3, 2026
    Configuration menu
    Copy the full SHA
    74ca76d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2026

  1. Add in missing equals() in Stomp test class (#1888)

    SamplePojo test object in StompTest was missing the equals() method
    which was causing test failures. This backports from main.
    cshannon authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    6b08c62 View commit details
    Browse the repository at this point in the history
  2. fix typo (#1889)

    cshannon authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    974c913 View commit details
    Browse the repository at this point in the history
  3. Properly handle SSL handshake updates (#1887)

    Handle different handshake state changes in NIOSSL transports
    cshannon authored Apr 8, 2026
    Configuration menu
    Copy the full SHA
    96526ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88214c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b1421a5 View commit details
    Browse the repository at this point in the history
Loading