mattrpav commented on PR #5207:
URL: 
https://github.com/apache/activemq-artemis/pull/5207#issuecomment-2341649371

   @ldauvilaire reconnecting on every security exception may not be valid.
   
   For example:
   
   1. App uses connectionA requests producer to queue://order (success)
   2. App returns connection to pool
   3. App requests connection (gets connectionA) and requests a producer to 
queue://quote (security failure b/w there is no permission)
   
   Closing and re-opening is not going to fix the issue. That exception 
_should_ be bubbled up to the client app code.


-- 
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: gitbox-unsubscr...@activemq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@activemq.apache.org
For additional commands, e-mail: gitbox-h...@activemq.apache.org
For further information, visit: https://activemq.apache.org/contact


Reply via email to