[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-04-12 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15237648#comment-15237648
 ] 

ASF subversion and git services commented on AMQ-6147:
--

Commit 332a8225fa70026ec3dda9804de48ae7e3dc4901 in activemq's branch 
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=332a822 ]

https://issues.apache.org/jira/browse/AMQ-6178
https://issues.apache.org/jira/browse/AMQ-6147

Update Qpid JMS to v0.9.0 and Qpid Proton to 0.12.1

> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0, 5.13.2
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-24 Thread Timothy Bish (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15165675#comment-15165675
 ] 

Timothy Bish commented on AMQ-6147:
---

Having reviewed the code the problem with the failing test is due to the order 
of events and how we handle the prefetch value reduction.  The current 
implementation is actually a bit simpler than what we would need if the use the 
option to not emit flows on send so it's probably better to just leave it as it 
is currently implemented so that we don't introduce new breakages.  

> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0, 5.13.2
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-18 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15153088#comment-15153088
 ] 

ASF subversion and git services commented on AMQ-6147:
--

Commit bbb17da52f0c09bb0d8ab98815e95d7ca06109ca in activemq's branch 
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=bbb17da ]

https://issues.apache.org/jira/browse/AMQ-6147

Add a test that can reproduce an issue seen when emitFlowOnSend is
disabled on the proton transport to allow for further investigation.

> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0, 5.13.2
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-17 Thread Timothy Bish (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15151176#comment-15151176
 ] 

Timothy Bish commented on AMQ-6147:
---

Did a quick test of Qpid JMS against a 5.14.0-SNAPSHOT build that sets the  
'setEmitFlowEventOnSend' to false and the zero prefetch integration test 
'JmsZeroPrefetchTest.testTwoConsumers' fails every time so there's some work 
needed to understand the nature of the change in behavior.  

> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0, 5.13.2
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-16 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148966#comment-15148966
 ] 

Robbie Gemmell commented on AMQ-6147:
-

I have made the update to use proton-j 0.12.0 on master for inclusion in 5.14.0 
and on 5.13.x for inclusion in 5.13.2. I didn't yet look at any changes for the 
'setEmitFlowEventOnSend' bits, we can look at any changes there separately, 
perhaps even on a new JIRA if needed.

> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0, 5.13.2
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148958#comment-15148958
 ] 

ASF subversion and git services commented on AMQ-6147:
--

Commit a2786b5ad1701ef3643a024b634472b2aa107f6b in activemq's branch 
refs/heads/activemq-5.13.x from Robert Gemmell
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=a2786b5 ]

AMQ-6147: update to proton-j 0.12.0 release

(cherry picked from commit 3f7b2d6bb042599a1f4d4a5553df7ccf7c10d1a8)


> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Affects Versions: 5.13.0
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-16 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15148944#comment-15148944
 ] 

ASF subversion and git services commented on AMQ-6147:
--

Commit 3f7b2d6bb042599a1f4d4a5553df7ccf7c10d1a8 in activemq's branch 
refs/heads/master from Robert Gemmell
[ https://git-wip-us.apache.org/repos/asf?p=activemq.git;h=3f7b2d6 ]

AMQ-6147: update to proton-j 0.12.0 release


> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Affects Versions: 5.13.0
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-05 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15133965#comment-15133965
 ] 

Robbie Gemmell commented on AMQ-6147:
-

Yep, planned to eventually, don't think I had added that yet when I originally 
made the patch. Also figured it could warrant changes in that area but haven't 
looked into it yet.

> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Affects Versions: 5.13.0
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version which includes some fixes for credit handling 
> issues.



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


[jira] [Commented] (AMQ-6147) AMQP: Update Proton-J to 0.12.0

2016-02-04 Thread Timothy Bish (JIRA)

[ 
https://issues.apache.org/jira/browse/AMQ-6147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15133014#comment-15133014
 ] 

Timothy Bish commented on AMQ-6147:
---

Should also test with the new option 
{{protonTransport.setEmitFlowEventOnSend(false);}} to reduce flow events that 
we need to filter out when managing the prefetch value of subscriptions etc.  

> AMQP: Update Proton-J to 0.12.0
> ---
>
> Key: AMQ-6147
> URL: https://issues.apache.org/jira/browse/AMQ-6147
> Project: ActiveMQ
>  Issue Type: Improvement
>  Components: AMQP
>Affects Versions: 5.13.0
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Minor
> Fix For: 5.14.0
>
> Attachments: AMQ-6147.patch
>
>
> Update proton to latest version which includes some fixes for credit handling 
> issues.



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