Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
5.7.0
-
None
Description
When creating a producer the ActiveMQMessageProducer sends its producer info asynchronously which can cause it to not propagate exceptions back to the client like Security exceptions and it won't remove itself from the session right away. This should be sent sync so that these errors are propagated correctly to the client.
Attachments
Issue Links
- is related to
-
AMQ-3166 client calls to createProducer() and send() successful even though BrokerFilter methods throw exceptions
- Resolved
-
AMQCPP-595 ActiveMQMessageProducer sends producer registration async which causes it to miss possible exceptions on creation like security exceptions.
- Resolved