How to implement @RolesAllowed functionality for Microprofile Messaging?
I haven’t seen any articles on this topic, so I’m wondering how would I secure my methods when using @Incoming
and @Outgoing
in a Quarkus application?
I haven’t seen any articles on this topic, so I’m wondering how would I secure my methods when using @Incoming
and @Outgoing
in a Quarkus application?