[ 
https://issues.apache.org/jira/browse/DISPATCH-451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15545539#comment-15545539
 ] 

ASF GitHub Bot commented on DISPATCH-451:
-----------------------------------------

GitHub user ChugR opened a pull request:

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

    DISPATCH-451: Configurable settings for session capacity and max sessions

    This patch allows listener and connector settings for session capacity and 
for max sessions.
    
    It does _not_ allow a setting for max-message-size. Proton does not provide 
an interface for changing max message size. This issue is tracked at 
[PROTON-1311](https://issues.apache.org/jira/browse/PROTON-1311)
    
    Work is progressing on self tests for this feature. Proton python and 
wrapper interfaces tend to hide sessions and make finding session state 
difficult.

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

    $ git pull https://github.com/ChugR/qpid-dispatch crolke-DISPATCH-451

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

    https://github.com/apache/qpid-dispatch/pull/106.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 #106
    
----
commit 5f4e4a6f2a0dc326bf51823036ab8e6bad9df063
Author: Chuck Rolke <cro...@redhat.com>
Date:   2016-10-03T17:48:52Z

    DISPATCH-451: Allow configurable maxSessions and maxSessionWindow

commit c248a34f3d2da46bb7e7e67ccbd04e2340b69f15
Author: Chuck Rolke <cro...@redhat.com>
Date:   2016-10-03T18:37:40Z

    DISPATCH-451: Describe policy setting priority over listener/connector 
setting

----


> [AMQP] Hard coded session capacity should be configurable
> ---------------------------------------------------------
>
>                 Key: DISPATCH-451
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-451
>             Project: Qpid Dispatch
>          Issue Type: Bug
>          Components: Container
>    Affects Versions: 0.6.0
>            Reporter: Chuck Rolke
>
> In container.c and policy.c
> {noformat}
> pn_session_set_incoming_capacity(link->pn_sess, 1000000);
> {noformat}
> could be improved.
> Policy provides settable values for Open/maxFrameSize, Open/maxSessions, 
> Begin/incoming_window, Attach/maxMessageSize. Configuration settings for 
> these are also desirable.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to