Role Based Security on Temporary Queues

2022-02-16 Thread KevinO
Is there a way to add Role Based Security to temporary queues? So far I get the error: User: myUser does not have permission='CREATE_NON_DURABLE_QUEUE' for queue b9b3ac6e-8d1e-47c6-b168-495a5b35e39f on address b9b3ac6e-8d1e-47c6-b168-495a5b35e39f] The security setting all myUser to send and recei

Re: Artemis duplicate detection

2022-02-16 Thread Gary Tully
The fix in https://issues.apache.org/jira/browse/ARTEMIS-3521 gives you the option to disable the use of duplicate id by the openwire protocol adapter. see example usage in the test: https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;a=blob;f=tests/integration-tests/src/test/java/org/apache

Artemis duplicate detection

2022-02-16 Thread Brad Harvey
Hi, I'll put my questions up the top so they don't get lost, see background below for the context. Question 1 - I do not want duplicate detection (1) to roll back entire transactions. Is there a way to change the behaviour so that the entire transaction does not get rolled back? The behavio