[
https://issues.apache.org/jira/browse/AMQNET-523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15222281#comment-15222281
]
ASF subversion and git services commented on AMQNET-523:
--------------------------------------------------------
Commit 1737430 from [~tabish121] in branch 'ActiveMQ/trunk'
[ https://svn.apache.org/r1737430 ]
Create MessageProducer with a sync call in order to catch creation errors.
Fixes [AMQNET-AMQNET-523]. (See
https://issues.apache.org/jira/browse/AMQNET-AMQNET-523)
> 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)