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/08/03 19:04:50 UTC

[jira] Created: (AMQ-1356) Durable Subscriptions do not work with Wildcards after broker is restarted.

Durable Subscriptions do not work with Wildcards after broker is restarted.
---------------------------------------------------------------------------

                 Key: AMQ-1356
                 URL: https://issues.apache.org/activemq/browse/AMQ-1356
             Project: ActiveMQ
          Issue Type: Bug
          Components: Broker
    Affects Versions: 4.0
            Reporter: Hiram Chirino
            Assignee: Hiram Chirino
             Fix For: 5.0.0


When the broker is restarted, due to the way subscriptions are stored in the database, the broker does not know that the durable subscription was a wild card.  It just knows what topics were associated via the wild card.  New messages sent to new destinations that would have matched the wild card would will not get associated with the durable subscription.

We need to store the original wild card pattern in the persistence store to solve this problem.

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


[jira] Resolved: (AMQ-1356) Durable Subscriptions do not work with Wildcards after broker is restarted.

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

Hiram Chirino resolved AMQ-1356.
--------------------------------

    Resolution: Fixed

Implemented.

> Durable Subscriptions do not work with Wildcards after broker is restarted.
> ---------------------------------------------------------------------------
>
>                 Key: AMQ-1356
>                 URL: https://issues.apache.org/activemq/browse/AMQ-1356
>             Project: ActiveMQ
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 4.0
>            Reporter: Hiram Chirino
>            Assignee: Hiram Chirino
>             Fix For: 5.0.0
>
>
> When the broker is restarted, due to the way subscriptions are stored in the database, the broker does not know that the durable subscription was a wild card.  It just knows what topics were associated via the wild card.  New messages sent to new destinations that would have matched the wild card would will not get associated with the durable subscription.
> We need to store the original wild card pattern in the persistence store to solve this problem.

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