You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by ChugR <gi...@git.apache.org> on 2017/10/04 19:10:07 UTC

[GitHub] qpid-dispatch pull request #205: Dispatch 829 - reference only, do not pull ...

GitHub user ChugR opened a pull request:

    https://github.com/apache/qpid-dispatch/pull/205

    Dispatch 829 - reference only, do not pull this code

    Test setup:
    
    * Proton master branch as of today.
    
    * Dispatch conf:
    # Router to run qpid-interop-test
    router {
        mode: interior
        id: Router.A
        workerThreads: 4
    #    allowUnsettledMulticast: yes
    }
    listener {
        host: 0.0.0.0
        port: 5672
        authenticatePeer: no
        saslMechanisms: ANONYMOUS
    }
    listener {
        host: localhost
        port: 5672
        authenticatePeer: no
        saslMechanisms: ANONYMOUS
    }
    address {
        prefix: jms.queue.qpid-interop.#
        distribution: balanced
    }
    log {
        module: DEFAULT
        enable: debug+
    }
    
    * Sender
     proton/build/examples/c/send-abort "" 5672 jms.queue.qpid-interop.test 1
    
    * Receiver
    proton/build/examples/c/receive "" 5672 jms.queue.qpid-interop.test 1
    
    * Result
    qd_message_t being sent is never freed.


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/ChugR/qpid-dispatch DISPATCH-829-2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/qpid-dispatch/pull/205.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #205
    
----
commit 4ea149a5ff0a854daa15a7ade16c29ca0636b0e2
Author: Chuck Rolke <cr...@redhat.com>
Date:   2017-09-28T14:35:45Z

    DISPATCH-829: Sense messages received with abort status.

commit da3303f4d1e65e0dfb89305fd4b5987bede5ccdf
Author: Chuck Rolke <cr...@redhat.com>
Date:   2017-10-02T20:06:57Z

    DISPATCH-829: handle aborted messages

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] qpid-dispatch pull request #205: Dispatch 829 - reference only, do not pull ...

Posted by ChugR <gi...@git.apache.org>.
Github user ChugR closed the pull request at:

    https://github.com/apache/qpid-dispatch/pull/205


---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org