ActiveMQ Artemis has message-level authorization for consumption. This is
implemented via a broker plugin [1], specifically:
org.apache.activemq.artemis.core.server.plugin.ActiveMQServerMessagePlugin#canAccept
We actually ship a simple implementation of this plugin which is documented
here [2].
Oops, I should have mentioned I'm using ActiveMQ Artemis.
On Fri, 10 May 2024 at 16:03, Matt Pavlovich wrote:
> Hi Daniel-
>
> ActiveMQ supports a Message Level Security for custom handling for
> message-level-security:
>
> https://activemq.apache.org/components/classic/documentation/security
>
Hi Daniel-
ActiveMQ supports a Message Level Security for custom handling for
message-level-security:
https://activemq.apache.org/components/classic/documentation/security
Keep in mind this pattern is effectively a queue-in-a-queue. Users generally
see better results when those messages are fi