[jira] [Commented] (QPID-8389) [Broker-J] Support the ability to limit the number of active consumers

2019-12-09 Thread Robert Godfrey (Jira)


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

Robert Godfrey commented on QPID-8389:
--

Currently this does not fully support modifying the setting on a queue while 
consumers are attached.  Nor is the value displayed (or modifiable) via the UI. 
 Finally there is not obvious way of identifying which consumers are "live" and 
"nonlive" from viewing the consumer through management 

> [Broker-J] Support the ability to limit the number of active consumers
> --
>
> Key: QPID-8389
> URL: https://issues.apache.org/jira/browse/QPID-8389
> Project: Qpid
>  Issue Type: Improvement
>  Components: Broker-J
>Reporter: Robert Godfrey
>Assignee: Robert Godfrey
>Priority: Major
> Fix For: qpid-java-broker-8.0.0
>
>
> RabbitMQ supports an extension to queue.declare to designate that the queue 
> will support only one "active" consumer, while keeping other consumers 
> connected to act as a fast failover (see 
> [https://www.rabbitmq.com/consumers.html#single-active-consumer]).
> We should add the ability for similar configuration to Broker-J



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (DISPATCH-1516) Trace log the peer delivery id when linking and unlinking peers

2019-12-09 Thread Gordon Sim (Jira)


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

Gordon Sim commented on DISPATCH-1516:
--

Another thing to log would be the outcome for any delivery update (e.g. 
released, accepted etc)

> Trace log the peer delivery id when linking and unlinking peers
> ---
>
> Key: DISPATCH-1516
> URL: https://issues.apache.org/jira/browse/DISPATCH-1516
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Container
>Affects Versions: 1.9.0
>Reporter: Ganesh Murthy
>Priority: Major
>
> It is easier to correlate a delivery to its peer and to track the path the 
> peer took if the function qdr_delivery_link_peers_CT and 
> qdr_delivery_unlink_peers_CT logged the peer's delivery id if trace logging 
> in turned on.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[ANNOUNCE] Apache Qpid Proton-J 0.33.3 released

2019-12-09 Thread Robbie Gemmell
The Apache Qpid (http://qpid.apache.org) community is pleased to announce
the immediate availability of Apache Qpid Proton-J 0.33.3.

Apache Qpid Proton-J is a messaging library for the Advanced Message Queuing
Protocol 1.0 (AMQP 1.0, ISO/IEC 19464, http://www.amqp.org). It can be used
in a wide range of messaging applications including brokers, clients,
routers, bridges, proxies, and more.

The release is available now from our website:
http://qpid.apache.org/download.html

Binaries are also available via Maven Central:
http://qpid.apache.org/maven.html

Release notes can be found at:
http://qpid.apache.org/releases/qpid-proton-j-0.33.3/release-notes.html

Thanks to all involved,
Robbie

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



[jira] [Resolved] (PROTON-2099) [Python] example test runner script leaks file handles

2019-12-09 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell resolved PROTON-2099.

Resolution: Fixed

> [Python] example test runner script leaks file handles
> --
>
> Key: PROTON-2099
> URL: https://issues.apache.org/jira/browse/PROTON-2099
> Project: Qpid Proton
>  Issue Type: Bug
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
> Fix For: proton-c-0.30.0
>
>
> Since python 3.6 python moans when this happens and so the test runs are very 
> noisy.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (PROTON-2156) [Python] Tornado integration broken by reconnect work

2019-12-09 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell commented on PROTON-2156:


Note that commit 43da8d4c437702fe6f3086f14e6a3574ae257d50 
(https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=43da8d4) from 
PROTON-2099 removed helloworld_tornado and helloworld_direct_tornado examples 
from being run by the test_examples.py test file, that aspect should be 
restored in fix work done here.

> [Python] Tornado integration broken by reconnect work
> -
>
> Key: PROTON-2156
> URL: https://issues.apache.org/jira/browse/PROTON-2156
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: python-binding
>Affects Versions: proton-c-0.28.0, proton-c-0.29.0, proton-c-0.30.0
>Reporter: Gordon Sim
>Assignee: Andrew Stitcher
>Priority: Major
>
> The work to implement reconnect in the new python binding IO work has broken 
> the way that Tornado (and any other IO framework) integrates to the binding.
> See the 0.28 release discussion: 
> https://lists.apache.org/thread.html/ded080f6a341444c7129246fc9f974e136540c36ba23aff9740f096f%40%3Cusers.qpid.apache.org%3E



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Issue Comment Deleted] (PROTON-2086) Move Python API docs to use Sphinx

2019-12-09 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell updated PROTON-2086:
---
Comment: was deleted

(was: Commit 3075d7a6aff6d6419e48a30b428299aa899e3d79 in qpid-proton's branch 
refs/heads/master from Kim van der Riet
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=3075d7a ]

PROTON-2086: Changed API documentation from epydoc to Sphinx

PROTON-2086: Fixed some issues in cmake as pointed out by astitcher, removed 
unneeded makefile and removed a trailing comma in a list.

PROTON-2086: Final modifications to docs as part of a PR. Incorporated feedback 
from PR.
)

> Move Python API docs to use Sphinx
> --
>
> Key: PROTON-2086
> URL: https://issues.apache.org/jira/browse/PROTON-2086
> Project: Qpid Proton
>  Issue Type: Task
>  Components: python-binding
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Issue Comment Deleted] (PROTON-2086) Move Python API docs to use Sphinx

2019-12-09 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell updated PROTON-2086:
---
Comment: was deleted

(was: Commit 3075d7a6aff6d6419e48a30b428299aa899e3d79 in qpid-proton's branch 
refs/heads/shinx-docs from Kim van der Riet
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=3075d7a ]

PROTON-2086: Changed API documentation from epydoc to Sphinx

PROTON-2086: Fixed some issues in cmake as pointed out by astitcher, removed 
unneeded makefile and removed a trailing comma in a list.

PROTON-2086: Final modifications to docs as part of a PR. Incorporated feedback 
from PR.
)

> Move Python API docs to use Sphinx
> --
>
> Key: PROTON-2086
> URL: https://issues.apache.org/jira/browse/PROTON-2086
> Project: Qpid Proton
>  Issue Type: Task
>  Components: python-binding
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Issue Comment Deleted] (PROTON-2086) Move Python API docs to use Sphinx

2019-12-09 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell updated PROTON-2086:
---
Comment: was deleted

(was: Commit 3075d7a6aff6d6419e48a30b428299aa899e3d79 in qpid-proton's branch 
refs/heads/shinx-docs from Kim van der Riet
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=3075d7a ]

PROTON-2086: Changed API documentation from epydoc to Sphinx

PROTON-2086: Fixed some issues in cmake as pointed out by astitcher, removed 
unneeded makefile and removed a trailing comma in a list.

PROTON-2086: Final modifications to docs as part of a PR. Incorporated feedback 
from PR.
)

> Move Python API docs to use Sphinx
> --
>
> Key: PROTON-2086
> URL: https://issues.apache.org/jira/browse/PROTON-2086
> Project: Qpid Proton
>  Issue Type: Task
>  Components: python-binding
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Issue Comment Deleted] (PROTON-2086) Move Python API docs to use Sphinx

2019-12-09 Thread Robbie Gemmell (Jira)


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

Robbie Gemmell updated PROTON-2086:
---
Comment: was deleted

(was: Commit 3075d7a6aff6d6419e48a30b428299aa899e3d79 in qpid-proton's branch 
refs/heads/master from Kim van der Riet
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=3075d7a ]

PROTON-2086: Changed API documentation from epydoc to Sphinx

PROTON-2086: Fixed some issues in cmake as pointed out by astitcher, removed 
unneeded makefile and removed a trailing comma in a list.

PROTON-2086: Final modifications to docs as part of a PR. Incorporated feedback 
from PR.
)

> Move Python API docs to use Sphinx
> --
>
> Key: PROTON-2086
> URL: https://issues.apache.org/jira/browse/PROTON-2086
> Project: Qpid Proton
>  Issue Type: Task
>  Components: python-binding
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (PROTON-2086) Move Python API docs to use Sphinx

2019-12-09 Thread ASF subversion and git services (Jira)


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

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

Commit 4efa1b188586e69a5ab805ce4519219087b7b080 in qpid-proton's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=4efa1b1 ]

PROTON-2086: update install details for folks who might try to build the docs


> Move Python API docs to use Sphinx
> --
>
> Key: PROTON-2086
> URL: https://issues.apache.org/jira/browse/PROTON-2086
> Project: Qpid Proton
>  Issue Type: Task
>  Components: python-binding
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (PROTON-2086) Move Python API docs to use Sphinx

2019-12-09 Thread ASF subversion and git services (Jira)


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

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

Commit b8678642d5f98ab61f07a42f99a6829aa8ccd70d in qpid-proton's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=b867864 ]

PROTON-2086: add missing label, fix broken/missing link in index page and 
associated build warning


> Move Python API docs to use Sphinx
> --
>
> Key: PROTON-2086
> URL: https://issues.apache.org/jira/browse/PROTON-2086
> Project: Qpid Proton
>  Issue Type: Task
>  Components: python-binding
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (PROTON-2086) Move Python API docs to use Sphinx

2019-12-09 Thread ASF subversion and git services (Jira)


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

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

Commit 11144f9bb2377077c308bfb249f6085de2a6db65 in qpid-proton's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=11144f9 ]

PROTON-2086: remove defunct docs version update step from release step notes


> Move Python API docs to use Sphinx
> --
>
> Key: PROTON-2086
> URL: https://issues.apache.org/jira/browse/PROTON-2086
> Project: Qpid Proton
>  Issue Type: Task
>  Components: python-binding
>Reporter: Kim van der Riet
>Assignee: Kim van der Riet
>Priority: Major
>
> Currently the Python API docs are generated using ePyDoc. These should be 
> switched to using Sphinx.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Updated] (DISPATCH-1514) Dynamically turning on trace logging via qdmanage does not turn proton frame tracing on existing connections

2019-12-09 Thread Ganesh Murthy (Jira)


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

Ganesh Murthy updated DISPATCH-1514:

Summary: Dynamically turning on trace logging via qdmanage does not turn 
proton frame tracing on existing connections  (was: Dynamically turning on 
trace logging via qdmanage does not proton frame tracing on existing 
connections)

> Dynamically turning on trace logging via qdmanage does not turn proton frame 
> tracing on existing connections
> 
>
> Key: DISPATCH-1514
> URL: https://issues.apache.org/jira/browse/DISPATCH-1514
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Container
>Affects Versions: 1.9.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
>
> Steps to reproduce -
>  # Start a router
>  # Connect a sender and receiver to the router and let them send/receive 
> message
>  # While the sender and receiver are sending/receiving, use qdmanage to turn 
> on  trace logging - qdmanage update --type=log name=log/DEFAULT enable=trace+
>  # Notice that the trace logging for the sender and receiver were not turned 
> on,
>  # Turning on trace logging must enable proton trace logging on existing 
> connections.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (PROTON-2089) 0.30.0 release tasks

2019-12-09 Thread ASF subversion and git services (Jira)


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

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

Commit 77947c047f24fc7d0ddd6ba41fa14d3e8ccb3f49 in qpid-proton's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=77947c0 ]

PROTON-2089: update version for 0.30.0 RC1


> 0.30.0 release tasks
> 
>
> Key: PROTON-2089
> URL: https://issues.apache.org/jira/browse/PROTON-2089
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.30.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (PROTON-2154) 0.31.0 release tasks

2019-12-09 Thread ASF subversion and git services (Jira)


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

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

Commit 6fe79fe467124fdf910487b2a0c174c9d7ac142f in qpid-proton's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=6fe79fe ]

PROTON-2154, PROTON-2089: update version for 0.31.0-SNAPSHOT


> 0.31.0 release tasks
> 
>
> Key: PROTON-2154
> URL: https://issues.apache.org/jira/browse/PROTON-2154
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.31.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Commented] (PROTON-2089) 0.30.0 release tasks

2019-12-09 Thread ASF subversion and git services (Jira)


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

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

Commit 6fe79fe467124fdf910487b2a0c174c9d7ac142f in qpid-proton's branch 
refs/heads/master from Robbie Gemmell
[ https://gitbox.apache.org/repos/asf?p=qpid-proton.git;h=6fe79fe ]

PROTON-2154, PROTON-2089: update version for 0.31.0-SNAPSHOT


> 0.30.0 release tasks
> 
>
> Key: PROTON-2089
> URL: https://issues.apache.org/jira/browse/PROTON-2089
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c, release
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Major
> Fix For: proton-c-0.30.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



Qpid Proton 0.29 - Publish/Subscribe

2019-12-09 Thread gustavo.bueno
Good morning Developers,

I need to implement pattern publish/subscriber with the Qpid Proton 0.29
library.

Is it possible to implement this approach with this library?

Thank you

 

Gustavo Magni Bueno

 

Arquiteto de Soluções

 

gustavo.bu...@service.com.br  

 

+55 41 3155-8500

 

+55 41 99245-6069

 

www.service.com.br  

 



 



 



[jira] [Commented] (DISPATCH-1454) system_tests_one_router failing due to changes in qpid-proton

2019-12-09 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on DISPATCH-1454:
---

Commit a3ce7acfc2c72878bafe7ad982d8f2896d416794 in qpid-dispatch's branch 
refs/heads/master from Ganesh Murthy
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=a3ce7ac ]

DISPATCH-1454 - Removed test test_39_connection_properties_binary. This test is 
incorrect after recent changes to proton


> system_tests_one_router failing due to changes in qpid-proton
> -
>
> Key: DISPATCH-1454
> URL: https://issues.apache.org/jira/browse/DISPATCH-1454
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tests
>Affects Versions: 1.9.0
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.10.0
>
>
> 20: ==
> 20: FAIL: test_12_test_strip_message_annotations_no_add_trace 
> (system_tests_one_router.OneRouterTest)
> 20: --
> 20: Traceback (most recent call last):
> 20: File 
> "/home/travis/build/apache/qpid-dispatch/tests/system_tests_one_router.py", 
> line 213, in test_12_test_strip_message_annotations_no_add_trace
> 20: self.assertEqual ( None, test.error )
> 20: AssertionError: None != u'annotations are not a dictionary'
> 20:
> 20: ==
> 20: FAIL: test_39_connection_properties_binary 
> (system_tests_one_router.OneRouterTest)
> 20: --
> 20: Traceback (most recent call last):
> 20: File 
> "/home/travis/build/apache/qpid-dispatch/tests/system_tests_one_router.py", 
> line 431, in test_39_connection_properties_binary
> 20: self.assertFalse(results_found)
> 20: AssertionError: True is not false
> 20:
> 20: --
> 20: Ran 45 tests in 23.076s



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (DISPATCH-1517) delivery count is not incremented for undeliverable messages

2019-12-09 Thread Gordon Sim (Jira)
Gordon Sim created DISPATCH-1517:


 Summary: delivery count is not incremented for undeliverable 
messages
 Key: DISPATCH-1517
 URL: https://issues.apache.org/jira/browse/DISPATCH-1517
 Project: Qpid Dispatch
  Issue Type: Improvement
Reporter: Gordon Sim






--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[GitHub] [qpid-dispatch] asfgit closed pull request #637: NO-JIRA: miscellaneous edits/improvements to doc

2019-12-09 Thread GitBox
asfgit closed pull request #637: NO-JIRA: miscellaneous edits/improvements to 
doc
URL: https://github.com/apache/qpid-dispatch/pull/637
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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



[jira] [Resolved] (DISPATCH-1186) qdstat to include csv output format

2019-12-09 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke resolved DISPATCH-1186.

Fix Version/s: 1.10.0
   Resolution: Fixed

Fixed at Commit 7a10a4

> qdstat to include csv output format
> ---
>
> Key: DISPATCH-1186
> URL: https://issues.apache.org/jira/browse/DISPATCH-1186
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Management Agent
>Affects Versions: 1.4.1
>Reporter: Charles E. Rolke
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.10.0
>
>
> qdstat text output is difficult to manage after a cut and paste. For 
> instance, _qdstat -l_  shows some rows where the columns are blank. This 
> makes it difficult to reconstruct the original display given just the body 
> text. See _qdstat -l_ example in 
> [https://raw.githubusercontent.com/apache/qpid-dispatch/master/docs/books/user-guide/monitoring-using-qdstat.adoc]
> Even having a two-word column title "conn id" adds confusion.
> With a CSV format and quoted strings this table could be communicated through 
> email, chat, or Jira with authority. Readers would not have to guess about 
> which data goes in which columns.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Assigned] (DISPATCH-1515) Link delivered counts are inaccurate

2019-12-09 Thread Charles E. Rolke (Jira)


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

Charles E. Rolke reassigned DISPATCH-1515:
--

Assignee: Charles E. Rolke

> Link delivered counts are inaccurate
> 
>
> Key: DISPATCH-1515
> URL: https://issues.apache.org/jira/browse/DISPATCH-1515
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Router Node
>Affects Versions: 1.9.0
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
> Fix For: 1.11.0
>
>
> Create a two router network.
> Attach a sender to one of the routers.  The sender should transmit a message 
> for every credit it is given.
> Attach a receiver to the other router.  grant 1 credit, accept a single 
> message then close the connection (cleanly).
> Here's the resulting output of qdstat -l for the sender link after the 
> receiver is done:
> type dir conn id id peer class addr phs cap pri undel unsett deliv presett 
> psdrop acc rej rel mod delay rate
> endpoint in 3 50 mobile test-address 0 250 0 0 0 3476 0 0 1 0 3725 0 0 0 0 0 
> 00:00:05
> That's 3476 deliv, 1 accepted, and 3725 released.
> These numbers do no make sense.  I would expect that the number delivered 
> would == (accepted + released).  This is not the case as delivered == 
> (accepted + released - CAPACITY)
> The trace log confirms that the tx sender has sent 3726 messages, 1 accepted 
> the remaining released.
> (The reason for the large # of released is that the rx address removal (MAU) 
> is not propagated to the sender router until after 3726 messages have been 
> generated)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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



[jira] [Created] (PROTON-2158) Add 'Automatic-Module-Name' to MANIFEST.MF to support Java 9+ modules

2019-12-09 Thread Connie Yau (Jira)
Connie Yau created PROTON-2158:
--

 Summary: Add 'Automatic-Module-Name' to MANIFEST.MF to support 
Java 9+ modules
 Key: PROTON-2158
 URL: https://issues.apache.org/jira/browse/PROTON-2158
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-j
Affects Versions: proton-j-0.33.2
Reporter: Connie Yau


Our team ships libraries that work on JDK 9+ with their module system. It would 
be nice to have an automatic-module-name in the JAR.
[http://branchandbound.net/blog/java/2017/12/automatic-module-name/]
Note: This is not about modularising qpid-proton-j; this is just adding an 
automatic module name. I think modularising the library is another task in 
itself.

In our project, it shows warnings when building for JDK 11.

{{[WARNING] * Required filename-based automodules detected: 
[proton-j-0.33.2.jar]. Please don't publish this project to a public artifact 
repository! *}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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