mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-06 18:18:43 +00:00
8250e611df
Check that an attaching Openwire producer has SEND permission on the target destination and reject it if it does not instead of delaying checks until the actual send. For anonymous producers check early in the send process to reduce overhead in the JVM handling messages that are going to fail to send.