You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Hiram Chirino (JIRA)" <ji...@apache.org> on 2007/02/26 19:33:03 UTC

[jira] Commented: (AMQ-1176) Using temporary destination across a nework of broker not reliable.

    [ https://issues.apache.org/activemq/browse/AMQ-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38588 ] 

Hiram Chirino commented on AMQ-1176:
------------------------------------

This timing issue also extends out to the JMS clients that will get a JMS exception stating that the destination does not exist yet due to the create event not having been received yet.

> Using temporary destination across a nework of broker not reliable.
> -------------------------------------------------------------------
>
>                 Key: AMQ-1176
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1176
>             Project: ActiveMQ
>          Issue Type: New Feature
>    Affects Versions: 4.1.0
>            Reporter: Hiram Chirino
>         Assigned To: Hiram Chirino
>             Fix For: 4.1.1
>
>
> Using temporary destinations across a network of broker can lead to some message not getting delivered due to the way that a temporary destination must first exist on a broker before it accepts a message for it.  Due to the timing of some network events, the message may get sent to the destination slightly ahead of the event that creates the temporary destination.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.