[jira] [Resolved] (PROTON-2702) [protonj2] Allow the AMQP test peer server to accept additional connections

2023-03-30 Thread Timothy A. Bish (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy A. Bish resolved PROTON-2702.
-
Resolution: Fixed

> [protonj2] Allow the AMQP test peer server to accept additional connections
> ---
>
> Key: PROTON-2702
> URL: https://issues.apache.org/jira/browse/PROTON-2702
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: protonj2
>Affects Versions: protonj2-1.0.0-M13
>Reporter: Timothy A. Bish
>Assignee: Timothy A. Bish
>Priority: Major
> Fix For: protonj2-1.0.0-M14
>
>
> The current test peer server only allows one connection for its lifetime 
> which makes writing some tests where a client connects repeatedly to the same 
> server URI harder to write.  The test peer server can be updated to allow a 
> new connection if the exiting one is disconnected with by the client or 
> forcibly by the test script.  The server will still only accept one 
> connection at a time though.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PROTON-2702) [protonj2] Allow the AMQP test peer server to accept additional connections

2023-03-30 Thread ASF subversion and git services (Jira)


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

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

Commit f5cdc0d3329d47bd38d5436bedcc73f0d1f8dfaf in qpid-protonj2's branch 
refs/heads/main from Timothy Bish
[ https://gitbox.apache.org/repos/asf?p=qpid-protonj2.git;h=f5cdc0d3 ]

PROTON-2702 Allow the server to accept a new connection

If the active connection drops or is disconnected allow the server to be
scripted to accept a new client connection.

> [protonj2] Allow the AMQP test peer server to accept additional connections
> ---
>
> Key: PROTON-2702
> URL: https://issues.apache.org/jira/browse/PROTON-2702
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: protonj2
>Affects Versions: protonj2-1.0.0-M13
>Reporter: Timothy A. Bish
>Assignee: Timothy A. Bish
>Priority: Major
> Fix For: protonj2-1.0.0-M14
>
>
> The current test peer server only allows one connection for its lifetime 
> which makes writing some tests where a client connects repeatedly to the same 
> server URI harder to write.  The test peer server can be updated to allow a 
> new connection if the exiting one is disconnected with by the client or 
> forcibly by the test script.  The server will still only accept one 
> connection at a time though.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Created] (PROTON-2702) [protonj2] Allow the AMQP test peer server to accept additional connections

2023-03-30 Thread Timothy A. Bish (Jira)
Timothy A. Bish created PROTON-2702:
---

 Summary: [protonj2] Allow the AMQP test peer server to accept 
additional connections
 Key: PROTON-2702
 URL: https://issues.apache.org/jira/browse/PROTON-2702
 Project: Qpid Proton
  Issue Type: New Feature
  Components: protonj2
Affects Versions: protonj2-1.0.0-M13
Reporter: Timothy A. Bish
Assignee: Timothy A. Bish
 Fix For: protonj2-1.0.0-M14


The current test peer server only allows one connection for its lifetime which 
makes writing some tests where a client connects repeatedly to the same server 
URI harder to write.  The test peer server can be updated to allow a new 
connection if the exiting one is disconnected with by the client or forcibly by 
the test script.  The server will still only accept one connection at a time 
though.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Resolved] (PROTON-2701) [Python] Make python build respect BUILD_TESTING

2023-03-30 Thread Andrew Stitcher (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher resolved PROTON-2701.
-
Fix Version/s: proton-c-0.39.0
   Resolution: Fixed

> [Python] Make python build respect BUILD_TESTING
> 
>
> Key: PROTON-2701
> URL: https://issues.apache.org/jira/browse/PROTON-2701
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
> Fix For: proton-c-0.39.0
>
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PROTON-2701) [Python] Make python build respect BUILD_TESTING

2023-03-30 Thread ASF subversion and git services (Jira)


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

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

Commit fcb70af63a3396810b0c84ff7b94767fdd83ecf9 in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=fcb70af63 ]

PROTON-2701: Make python binding build respect BUILD_TESTING


> [Python] Make python build respect BUILD_TESTING
> 
>
> Key: PROTON-2701
> URL: https://issues.apache.org/jira/browse/PROTON-2701
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>




--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Created] (PROTON-2701) [Python] Make python build respect BUILD_TESTING

2023-03-30 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2701:
---

 Summary: [Python] Make python build respect BUILD_TESTING
 Key: PROTON-2701
 URL: https://issues.apache.org/jira/browse/PROTON-2701
 Project: Qpid Proton
  Issue Type: Bug
  Components: python-binding
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher






--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Resolved] (PROTON-2700) Raw connection API: Remove ambiguous use of READ/WRITTEN events

2023-03-30 Thread Andrew Stitcher (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher resolved PROTON-2700.
-
Fix Version/s: proton-c-0.39.0
   Resolution: Done

> Raw connection API: Remove ambiguous use of READ/WRITTEN events
> ---
>
> Key: PROTON-2700
> URL: https://issues.apache.org/jira/browse/PROTON-2700
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
> Fix For: proton-c-0.39.0
>
>
> This is the completion of PROTON-2339:
> We're now finally removing the uses of thesae events to signal to the 
> application to take back its buffers as there is an unambiguous event 
> (DRAIN_BUFFERS) for this purpose.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Commented] (PROTON-2700) Raw connection API: Remove ambiguous use of READ/WRITTEN events

2023-03-30 Thread ASF subversion and git services (Jira)


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

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

Commit 7c591e876e23b50cd08b094daa6ab8c2fa31f44e in qpid-proton's branch 
refs/heads/main from Andrew Stitcher
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=7c591e876 ]

PROTON-2700: Raw connections: Remove deprecated ambiguous use of READ/WRITTEN 
events

We added the DRAIN_BUFFERS event several releases ago to signal the
application it should take back any buffers still owned by the raw
connection when the conneciton is shutting down. It is now time to
remove those ambiguous uses of the READ/WRITTEN events.


> Raw connection API: Remove ambiguous use of READ/WRITTEN events
> ---
>
> Key: PROTON-2700
> URL: https://issues.apache.org/jira/browse/PROTON-2700
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> This is the completion of PROTON-2339:
> We're now finally removing the uses of thesae events to signal to the 
> application to take back its buffers as there is an unambiguous event 
> (DRAIN_BUFFERS) for this purpose.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Created] (PROTON-2700) Raw connection API: Remove ambiguous use of READ/WRITTEN events

2023-03-30 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2700:
---

 Summary: Raw connection API: Remove ambiguous use of READ/WRITTEN 
events
 Key: PROTON-2700
 URL: https://issues.apache.org/jira/browse/PROTON-2700
 Project: Qpid Proton
  Issue Type: Improvement
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


This is the completion of PROTON-2339:
We'ew now finally removing the uses of thesae events to signal to the 
application to take back its buffers as there is an unambiguous event 
(DRAIN_BUFFERS) for this purpose.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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



[jira] [Updated] (PROTON-2700) Raw connection API: Remove ambiguous use of READ/WRITTEN events

2023-03-30 Thread Andrew Stitcher (Jira)


 [ 
https://issues.apache.org/jira/browse/PROTON-2700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher updated PROTON-2700:

Description: 
This is the completion of PROTON-2339:
We're now finally removing the uses of thesae events to signal to the 
application to take back its buffers as there is an unambiguous event 
(DRAIN_BUFFERS) for this purpose.

  was:
This is the completion of PROTON-2339:
We'ew now finally removing the uses of thesae events to signal to the 
application to take back its buffers as there is an unambiguous event 
(DRAIN_BUFFERS) for this purpose.


> Raw connection API: Remove ambiguous use of READ/WRITTEN events
> ---
>
> Key: PROTON-2700
> URL: https://issues.apache.org/jira/browse/PROTON-2700
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
>
> This is the completion of PROTON-2339:
> We're now finally removing the uses of thesae events to signal to the 
> application to take back its buffers as there is an unambiguous event 
> (DRAIN_BUFFERS) for this purpose.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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