Re: ActiveMQ "Classic" ACL and VirtualTopics

2023-05-29 Thread Matt Pavlovich
Hi John- I suggest double checking how the client is configuring the name of the wildcard queue. Is it in an XML or JSON file? A properties file? Most likely, there is some encoding problem and the broker is trying to authorize against the literal 'queue://Consumer.user1.VirtualTopic.\u003e’

Re: ActiveMQ "Classic" ACL and VirtualTopics

2023-05-29 Thread Simon Lundström
On Fri, 2023-05-26 at 22:37:45 +0200, John D. Ament wrote: > Hi there > > We're on "Classic" 5.17.2 and use VirtualTopics pretty heavily, due to some > external constraints can't use Artemis quite yet. I was wondering, is > there any guidance on setting up ACLs with VirtualTopics? > >

Re: ActiveMQ "Classic" ACL and VirtualTopics

2023-05-26 Thread John D. Ament
Hi Matt, So yeah that's pretty much what I'm trying to figure out as well, or more specifically why it is looking for that pattern instead of the actual configured pattern. To better explain the scenario, there's 2 versions of the app, V1 & V2. They look like this: V1: - Consumes from

Re: ActiveMQ "Classic" ACL and VirtualTopics

2023-05-26 Thread Matt Pavlovich
Hi John- The error message seems to indicate the app is using a wild card subscription (or getting one encoded funny), but the authz is named to a specific destinations \u003e = “>" What you have should work fine, but there seems to be a coordination problem. Either the authz needs the “>”

ActiveMQ "Classic" ACL and VirtualTopics

2023-05-26 Thread John D. Ament
Hi there We're on "Classic" 5.17.2 and use VirtualTopics pretty heavily, due to some external constraints can't use Artemis quite yet. I was wondering, is there any guidance on setting up ACLs with VirtualTopics? Originally when we setup the connection, the application was connecting and