gemmellr commented on PR #6147: URL: https://github.com/apache/artemis/pull/6147#issuecomment-3666462083
Just to be clear I only noted the escaping on expectation you were actually using JMS and so would be using a Java string, per the linked test. For python you'll have other options I guess. Its just the bare " around the property name that should be needed in the actual selector string transmitted, since thats not normally present in that location for selectors (and also since string literal values use single quotes which helps to discern the names vs values) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
