Timothy Bish created AMQNET-523:
-----------------------------------
Summary: ActiveMQMessageProducer sends producer registration async
which causes it to miss possible exceptions on creation like security
exceptions.
Key: AMQNET-523
URL: https://issues.apache.org/jira/browse/AMQNET-523
Project: ActiveMQ .Net
Issue Type: Bug
Components: ActiveMQ
Affects Versions: 1.7.1
Reporter: Timothy Bish
Assignee: Timothy Bish
Fix For: 1.7.2, 1.8.0
When creating a producer the MessageProducer 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.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)