[jira] [Updated] (DISPATCH-994) segfault in qdr_link_second_attach

2018-05-10 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-994?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gordon Sim updated DISPATCH-994: Attachment: topic_test_v2.py > segfault in qdr_link_second_attach >

[jira] [Commented] (DISPATCH-994) segfault in qdr_link_second_attach

2018-05-10 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471162#comment-16471162 ] Gordon Sim commented on DISPATCH-994: - topic_test_v2 waits for the connections to close before

[jira] [Commented] (DISPATCH-994) segfault in qdr_link_second_attach

2018-05-10 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16471157#comment-16471157 ] Gordon Sim commented on DISPATCH-994: - Digging a little deeper, the issue here is the re-use of a

[jira] [Commented] (QPID-8185) [JMS AMQP 0-x][AMQP 0-8..0-91] Make sure that client closes TCP connection on failure with sending connection.close

2018-05-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470669#comment-16470669 ] ASF subversion and git services commented on QPID-8185: --- Commit

[jira] [Commented] (QPID-8185) [JMS AMQP 0-x][AMQP 0-8..0-91] Make sure that client closes TCP connection on failure with sending connection.close

2018-05-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470670#comment-16470670 ] ASF subversion and git services commented on QPID-8185: --- Commit

Re: Qpid JMS 0.11.0 AMQP 1.0 client - Receiver issue with prefetch > 1

2018-05-10 Thread Robbie Gemmell
Meant to add, folks should use the users list for posts like this as thats what its for, theres a bigger audience to answer things, and there isnt dev-related traffic that can often drown out individual posts like this. On 10 May 2018 at 16:54, Robbie Gemmell wrote: >

Re: Qpid JMS 0.11.0 AMQP 1.0 client - Receiver issue with prefetch > 1

2018-05-10 Thread Robbie Gemmell
The issue is known in that it was discovered previously and resolved in the 0.23.0 release last year, via https://issues.apache.org/jira/browse/QPIDJMS-292. As you also seem to have identified, a workaround is setting the prefetch to 1 (or zero for newer clients). We dont have any plans for more

[jira] [Commented] (DISPATCH-994) segfault in qdr_link_second_attach

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470593#comment-16470593 ] ASF GitHub Bot commented on DISPATCH-994: - Github user ganeshmurthy commented on a diff in the

[GitHub] qpid-dispatch pull request #303: DISPATCH-994 - Added null checks on links/c...

2018-05-10 Thread ganeshmurthy
Github user ganeshmurthy commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/303#discussion_r187373563 --- Diff: src/router_core/connections.c --- @@ -473,7 +474,8 @@ void qdr_link_second_attach(qdr_link_t *link, qdr_terminus_t *source, qdr_termin

[jira] [Commented] (DISPATCH-994) segfault in qdr_link_second_attach

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470560#comment-16470560 ] ASF GitHub Bot commented on DISPATCH-994: - Github user grs commented on a diff in the pull

[GitHub] qpid-dispatch pull request #303: DISPATCH-994 - Added null checks on links/c...

2018-05-10 Thread grs
Github user grs commented on a diff in the pull request: https://github.com/apache/qpid-dispatch/pull/303#discussion_r187367734 --- Diff: src/router_core/connections.c --- @@ -473,7 +474,8 @@ void qdr_link_second_attach(qdr_link_t *link, qdr_terminus_t *source, qdr_termin

Re: Qpid JMS 0.11.0 AMQP 1.0 client - Receiver issue with prefetch > 1

2018-05-10 Thread Alessandro Crotti - SMC Consulting
Sorry, the version we are using is 0.11.1, not 0.11.0. Il 10/05/2018 15:41, Alessandro Crotti - SMC Consulting ha scritto: Hello, Using Qpid JMS 0.11.0 AMQP 1.0 client, which is the latest version for Java 7, we experienced an issue when you set prefetch > 1 and start consuming messages

[jira] [Commented] (QPID-7830) Heap dominated by duplicates of common routing values / header values etc

2018-05-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/QPID-7830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470550#comment-16470550 ] ASF subversion and git services commented on QPID-7830: --- Commit

[jira] [Commented] (QPID-8188) Invalid type qualifiers causes build failure on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8188?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470522#comment-16470522 ] ASF GitHub Bot commented on QPID-8188: -- GitHub user chrisrichardson77 opened a pull request:

[GitHub] qpid-cpp pull request #18: QPID-8188 Invalid type qualifiers causes build fa...

2018-05-10 Thread chrisrichardson77
GitHub user chrisrichardson77 opened a pull request: https://github.com/apache/qpid-cpp/pull/18 QPID-8188 Invalid type qualifiers causes build failure on GCC 8 You can merge this pull request into a Git repository by running: $ git pull https://github.com/fourceu/qpid-cpp

[jira] [Resolved] (DISPATCH-998) Parse tree does not have remove function that takes a string pattern

2018-05-10 Thread Chuck Rolke (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chuck Rolke resolved DISPATCH-998. -- Resolution: Fixed Fix Version/s: 1.2.0 Fixed at Commit 4bd79a > Parse tree does not

[jira] [Commented] (DISPATCH-998) Parse tree does not have remove function that takes a string pattern

2018-05-10 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470471#comment-16470471 ] ASF subversion and git services commented on DISPATCH-998: -- Commit

[jira] [Created] (DISPATCH-998) Parse tree does not have remove function that takes a string pattern

2018-05-10 Thread Chuck Rolke (JIRA)
Chuck Rolke created DISPATCH-998: Summary: Parse tree does not have remove function that takes a string pattern Key: DISPATCH-998 URL: https://issues.apache.org/jira/browse/DISPATCH-998 Project: Qpid

[jira] [Commented] (DISPATCH-994) segfault in qdr_link_second_attach

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-994?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470441#comment-16470441 ] ASF GitHub Bot commented on DISPATCH-994: - GitHub user ganeshmurthy opened a pull request:

[GitHub] qpid-dispatch pull request #303: DISPATCH-994 - Added null checks on links/c...

2018-05-10 Thread ganeshmurthy
GitHub user ganeshmurthy opened a pull request: https://github.com/apache/qpid-dispatch/pull/303 DISPATCH-994 - Added null checks on links/connections before enqueing… … actions or calling action inseting functions You can merge this pull request into a Git repository by

Qpid JMS 0.11.0 AMQP 1.0 client - Receiver issue with prefetch > 1

2018-05-10 Thread Alessandro Crotti - SMC Consulting
Hello, Using Qpid JMS 0.11.0 AMQP 1.0 client, which is the latest version for Java 7, we experienced an issue when you set prefetch > 1 and start consuming messages from a queue in asynchronous mode, using "onMessage()" method and sessionMode = Session.CLIENT_ACKNOWLEDGE. Taking prefetch=

[jira] [Commented] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470431#comment-16470431 ] ASF GitHub Bot commented on QPID-8187: -- GitHub user chrisrichardson77 opened a pull request:

[GitHub] qpid-cpp pull request #17: QPID-8187 Allow incompatible function casts for S...

2018-05-10 Thread chrisrichardson77
GitHub user chrisrichardson77 opened a pull request: https://github.com/apache/qpid-cpp/pull/17 QPID-8187 Allow incompatible function casts for SASL compatibility (GCC 8 onwards) You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470423#comment-16470423 ] ASF GitHub Bot commented on QPID-8187: -- Github user chrisrichardson77 closed the pull request at:

[GitHub] qpid-cpp pull request #16: QPID-8187 Allow incompatible function casts for S...

2018-05-10 Thread chrisrichardson77
Github user chrisrichardson77 closed the pull request at: https://github.com/apache/qpid-cpp/pull/16 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[jira] [Commented] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470421#comment-16470421 ] ASF GitHub Bot commented on QPID-8187: -- GitHub user chrisrichardson77 opened a pull request:

[GitHub] qpid-cpp pull request #16: QPID-8187 Allow incompatible function casts for S...

2018-05-10 Thread chrisrichardson77
GitHub user chrisrichardson77 opened a pull request: https://github.com/apache/qpid-cpp/pull/16 QPID-8187 Allow incompatible function casts for SASL compatibility (GCC 8 onwards) You can merge this pull request into a Git repository by running: $ git pull

[jira] [Commented] (DISPATCH-997) reusing link name from link closed uncleanly on link routes no longer works

2018-05-10 Thread Gordon Sim (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470393#comment-16470393 ] Gordon Sim commented on DISPATCH-997: - Note, if the test is modified to close the link before

[jira] [Created] (DISPATCH-997) reusing link name from link closed uncleanly on link routes no longer works

2018-05-10 Thread Gordon Sim (JIRA)
Gordon Sim created DISPATCH-997: --- Summary: reusing link name from link closed uncleanly on link routes no longer works Key: DISPATCH-997 URL: https://issues.apache.org/jira/browse/DISPATCH-997 Project:

[jira] [Created] (DISPATCH-996) Allow saslMechanisms to use either a space or comma separated list of values

2018-05-10 Thread Fernando Giorgetti (JIRA)
Fernando Giorgetti created DISPATCH-996: --- Summary: Allow saslMechanisms to use either a space or comma separated list of values Key: DISPATCH-996 URL: https://issues.apache.org/jira/browse/DISPATCH-996

[jira] [Commented] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470336#comment-16470336 ] ASF GitHub Bot commented on QPID-8187: -- Github user chrisrichardson77 commented on the issue:

[GitHub] qpid-cpp issue #15: QPID-8187 Allow incompatible function casts for SASL com...

2018-05-10 Thread chrisrichardson77
Github user chrisrichardson77 commented on the issue: https://github.com/apache/qpid-cpp/pull/15 -1, fails on older compiler versions. --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional

[jira] [Commented] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470335#comment-16470335 ] ASF GitHub Bot commented on QPID-8187: -- Github user chrisrichardson77 closed the pull request at:

[GitHub] qpid-cpp pull request #15: QPID-8187 Allow incompatible function casts for S...

2018-05-10 Thread chrisrichardson77
Github user chrisrichardson77 closed the pull request at: https://github.com/apache/qpid-cpp/pull/15 --- - To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org For additional commands, e-mail: dev-h...@qpid.apache.org

[jira] [Commented] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470334#comment-16470334 ] ASF GitHub Bot commented on QPID-8187: -- GitHub user chrisrichardson77 opened a pull request:

[GitHub] qpid-cpp pull request #15: QPID-8187 Allow incompatible function casts for S...

2018-05-10 Thread chrisrichardson77
GitHub user chrisrichardson77 opened a pull request: https://github.com/apache/qpid-cpp/pull/15 QPID-8187 Allow incompatible function casts for SASL compatibility You can merge this pull request into a Git repository by running: $ git pull https://github.com/fourceu/qpid-cpp

[jira] [Commented] (QPID-8186) Incorrect exception handling fails to build on GCC 8

2018-05-10 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470330#comment-16470330 ] ASF GitHub Bot commented on QPID-8186: -- GitHub user chrisrichardson77 opened a pull request:

[GitHub] qpid-cpp pull request #14: QPID-8186 Use const ref when catching exceptions

2018-05-10 Thread chrisrichardson77
GitHub user chrisrichardson77 opened a pull request: https://github.com/apache/qpid-cpp/pull/14 QPID-8186 Use const ref when catching exceptions You can merge this pull request into a Git repository by running: $ git pull https://github.com/fourceu/qpid-cpp QPID-8186

[jira] [Commented] (QPID-8181) [Broker-J] Add statistics for a total number of connections established on AMQP port

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470320#comment-16470320 ] Keith Wall commented on QPID-8181: -- Merge looks good too. > [Broker-J] Add statistics for a total number

[jira] [Resolved] (QPID-8181) [Broker-J] Add statistics for a total number of connections established on AMQP port

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall resolved QPID-8181. -- Resolution: Fixed > [Broker-J] Add statistics for a total number of connections established on > AMQP

[jira] [Updated] (QPID-8184) [linearstore] Recovery intermittently produces JERR_EFP_BADEFPDIRNAME error followed by core

2018-05-10 Thread Pavel Moravec (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pavel Moravec updated QPID-8184: Description: Some users are experiencing difficulty recovering the store, especially when there are

[jira] [Updated] (QPID-8190) [JMS AMQP 0-x] Release Qpid JMS AMQP 0-x 6.3.1

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8190: - Description: Defect release for the legacy client.

[jira] [Created] (QPID-8190) [JMS AMQP 0-x] Improve error message associated with the channel not found during frame dispatch

2018-05-10 Thread Keith Wall (JIRA)
Keith Wall created QPID-8190: Summary: [JMS AMQP 0-x] Improve error message associated with the channel not found during frame dispatch Key: QPID-8190 URL: https://issues.apache.org/jira/browse/QPID-8190

[jira] [Updated] (QPID-8190) [JMS AMQP 0-x] Release Qpid JMS AMQP 0-x 6.3.1

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8190: - Issue Type: Task (was: Bug) > [JMS AMQP 0-x] Release Qpid JMS AMQP 0-x 6.3.1 >

[jira] [Updated] (QPID-8190) [JMS AMQP 0-x] Release Qpid JMS AMQP 0-x 6.3.1

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8190?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8190: - Summary: [JMS AMQP 0-x] Release Qpid JMS AMQP 0-x 6.3.1 (was: [JMS AMQP 0-x] Improve error message

[jira] [Created] (QPID-8189) [Broker-J] Release Qpid Broker-J 7.0.4

2018-05-10 Thread Keith Wall (JIRA)
Keith Wall created QPID-8189: Summary: [Broker-J] Release Qpid Broker-J 7.0.4 Key: QPID-8189 URL: https://issues.apache.org/jira/browse/QPID-8189 Project: Qpid Issue Type: Task

[jira] [Updated] (QPID-8189) [Broker-J] Release Qpid Broker-J 7.0.4

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8189: - Fix Version/s: (was: qpid-java-broker-7.0.3) qpid-java-broker-7.0.4 > [Broker-J]

[jira] [Created] (QPID-8188) Invalid type qualifiers causes build failure on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
Chris Richardson created QPID-8188: -- Summary: Invalid type qualifiers causes build failure on GCC 8 Key: QPID-8188 URL: https://issues.apache.org/jira/browse/QPID-8188 Project: Qpid Issue

[jira] [Updated] (QPID-8186) Incorrect exception handling fails to build on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Richardson updated QPID-8186: --- Component/s: C++ Broker > Incorrect exception handling fails to build on GCC 8 >

[jira] [Updated] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Richardson updated QPID-8187: --- Component/s: C++ Broker > Incompatible callback function pointer casts fail to build on GCC 8

[jira] [Updated] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Richardson updated QPID-8187: --- Description: {quote}[ 22%] Building CXX object

[jira] [Updated] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Richardson updated QPID-8187: --- Environment: Gentoo x64, GCC 8.1 (was: Gentoo x64) Description: {quote}[ 22%] Building

[jira] [Updated] (QPID-8186) Incorrect exception handling fails to build on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8186?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Richardson updated QPID-8186: --- Environment: Gentoo x64, GCC 8.1 (was: Gentoo x64) > Incorrect exception handling fails to

[jira] [Created] (QPID-8187) Incompatible callback function pointer casts fail to build on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
Chris Richardson created QPID-8187: -- Summary: Incompatible callback function pointer casts fail to build on GCC 8 Key: QPID-8187 URL: https://issues.apache.org/jira/browse/QPID-8187 Project: Qpid

[jira] [Created] (QPID-8186) Incorrect exception handling fails to build on GCC 8

2018-05-10 Thread Chris Richardson (JIRA)
Chris Richardson created QPID-8186: -- Summary: Incorrect exception handling fails to build on GCC 8 Key: QPID-8186 URL: https://issues.apache.org/jira/browse/QPID-8186 Project: Qpid Issue

[jira] [Commented] (QPID-8139) [Broker-J] [AMQP1-0] [JMSBINDMAP] JMS selectors using JMSMessageID or JMSCorrelationID expressed using the AMQP type encoded form values fail to select target message

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16470114#comment-16470114 ] Keith Wall commented on QPID-8139: -- I don't think the patches go in the right direction. I think the

[jira] [Created] (DISPATCH-995) gcc 8.1 format-truncation errors

2018-05-10 Thread Dominik Lenoch (JIRA)
Dominik Lenoch created DISPATCH-995: --- Summary: gcc 8.1 format-truncation errors Key: DISPATCH-995 URL: https://issues.apache.org/jira/browse/DISPATCH-995 Project: Qpid Dispatch Issue Type:

[jira] [Updated] (DISPATCH-989) remove defunct/broken test tool for console

2018-05-10 Thread Robbie Gemmell (JIRA)
[ https://issues.apache.org/jira/browse/DISPATCH-989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robbie Gemmell updated DISPATCH-989: Priority: Minor (was: Blocker) Fix Version/s: (was: 1.2.0)

[jira] [Updated] (QPID-8139) [Broker-J] [AMQP1-0] [JMSBINDMAP] JMS selectors using JMSMessageID or JMSCorrelationID expressed using the AMQP type encoded form values fail to select target message

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8139: - Description: (2018-05-10 - rewritten JIRA title/description) When using the Qpid JMS AMQP 1.0 Client with

[jira] [Updated] (QPID-8139) [Broker-J] [AMQP1-0] [JMSBINDMAP] JMS selectors using JMSMessageID or JMSCorrelationID expressed using the AMQP type encoded form values fail to select target message

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8139: - Description: (2018-05-10 - rewritten JIRA title/description) When using the Qpid JMS AMQP 1.0 Client with

[jira] [Updated] (QPID-8139) [Broker-J] [AMQP1-0] [JMSBINDMAP] JMS selectors using JMSMessageID or JMSCorrelationID expressed using the AMQP type encoded form values fail to select target message

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8139: - Summary: [Broker-J] [AMQP1-0] [JMSBINDMAP] JMS selectors using JMSMessageID or JMSCorrelationID expressed

[jira] [Updated] (QPID-8139) [Broker-J] Selector containing JMSMessageID expressions might not find the message when expression JMSMessageID value starts with 'ID:' prefix but the real message id does

2018-05-10 Thread Keith Wall (JIRA)
[ https://issues.apache.org/jira/browse/QPID-8139?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Wall updated QPID-8139: - Affects Version/s: qpid-java-broker-7.0.0 > [Broker-J] Selector containing JMSMessageID expressions might