[jira] [Commented] (PROTON-1737) Expose set/get for maxFrameSize in the Connection.Open performative

2018-01-10 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell commented on PROTON-1737:


I have put in a change adding frame size to the ReactorOptions, which you can 
pass those while creating the reactor.

A 0.25.0 snapshot with the change is available in the snapshots repo 
(https://repository.apache.org/content/repositories/snapshots/) if you want to 
try it, or you can build the current master locally. I'll probably start a 
release tomorrow then it would be available in maven central a few days later 
all being well (release votes need a few days).

> Expose set/get for maxFrameSize in the Connection.Open performative
> ---
>
> Key: PROTON-1737
> URL: https://issues.apache.org/jira/browse/PROTON-1737
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-j
>Affects Versions: proton-j-0.24.0
>Reporter: Sreeram Garlapati
>Priority: Minor
> Fix For: proton-j-future
>
>
> For Microsoft Azure EventHubs service - we need the below properties to 
> enable some of our scenarios:
> Connection.setMaxFrameSize() & 
> Connection.getMaxFrameSize() 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (PROTON-1737) Expose set/get for maxFrameSize in the Connection.Open performative

2018-01-10 Thread ASF subversion and git services (JIRA)

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

ASF subversion and git services commented on PROTON-1737:
-

Commit b2e776d9b9f1645f72309d36b3bda572604b3339 in qpid-proton-j's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton-j.git;h=b2e776d ]

PROTON-1737: add option to allow configuring max frame size when using the 
reactor


> Expose set/get for maxFrameSize in the Connection.Open performative
> ---
>
> Key: PROTON-1737
> URL: https://issues.apache.org/jira/browse/PROTON-1737
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-j
>Affects Versions: proton-j-0.24.0
>Reporter: Sreeram Garlapati
>Priority: Minor
> Fix For: proton-j-future
>
>
> For Microsoft Azure EventHubs service - we need the below properties to 
> enable some of our scenarios:
> Connection.setMaxFrameSize() & 
> Connection.getMaxFrameSize() 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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



[jira] [Commented] (PROTON-1737) Expose set/get for maxFrameSize in the Connection.Open performative

2018-01-09 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell commented on PROTON-1737:


The frame size details are already configurable/accessible on the Transport. 
However, I don't believe its possible to use the setter within the 'reactor' 
due to how it uses the transport before it becomes visible to user code. Adding 
an option setter/getter to the ReactorOptions is probably the nicest way to 
enable the functionality for that case, I'll give it a look tomorrow.

> Expose set/get for maxFrameSize in the Connection.Open performative
> ---
>
> Key: PROTON-1737
> URL: https://issues.apache.org/jira/browse/PROTON-1737
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-j
>Affects Versions: proton-j-0.24.0
>Reporter: Sreeram Garlapati
>Priority: Minor
> Fix For: proton-j-future
>
>
> For Microsoft Azure EventHubs service - we need the below properties to 
> enable some of our scenarios:
> Connection.setMaxFrameSize() & 
> Connection.getMaxFrameSize() 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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