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:31:03 UTC

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

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.


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

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ 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.


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

Posted by "Jonas Lim (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/AMQ-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonas Lim resolved AMQ-1176.
----------------------------

       Resolution: Fixed
    Fix Version/s: 4.2.0

ported fix to trunk :  r514754

> 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, 4.2.0
>
>
> 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.


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

Posted by "Hiram Chirino (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/AMQ-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_38589 ] 

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

Fixed in http://svn.apache.org/viewvc?view=rev&revision=511082 in the 4.1 branch.

You can avoid getting the 'destination does not exist yet exception' by disabling watchTopicAdvisories feature on the ActiveMQConnectionFactory. 


> 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.