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
- relates to
-
AMQ-4213 ActiveMQMessageProducer sends producer registration async which causes it to miss possible exceptions on creation like security exceptions.
- Resolved