[
https://issues.apache.org/jira/browse/QPID-3873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13227088#comment-13227088
]
Robbie Gemmell commented on QPID-3873:
--------------------------------------
I have applied the patch, with udpates to address the following
defects/feedback:
- All the tests passed the PERSISTENT deliverymode constant even though some
were titled transient.
- The deliverymode was incorrectly being set on the message instead of on the
producer, so the default of PERSISTENT would always have been used whether the
test had asked for NON_PERSISTENT or not.
- The broker doesnt really treat Queues and Topics any differently (they are
all queues to it), but particularly so in the area under test (and especially
so when they dont exist) meaning there is little need to test both, its
basically duplication.
- The tests were sending 1000 messages but 1 is all that was required to show
the issue.
> Add tests to verify that publishing of unroutable messages does not cause
> long running transactions
> ---------------------------------------------------------------------------------------------------
>
> Key: QPID-3873
> URL: https://issues.apache.org/jira/browse/QPID-3873
> Project: Qpid
> Issue Type: Test
> Components: Java Tests
> Affects Versions: 0.15
> Reporter: Alex Rudyy
> Assignee: Robbie Gemmell
> Priority: Minor
> Fix For: 0.15
>
> Attachments:
> 0001-QPID-3873-Add-tests-to-verify-that-publishing-of-unr.patch
>
>
> Add tests to verify that publishing of un-routable messages does not cause
> long running transactions
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]