You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "Timothy Bish (JIRA)" <ji...@apache.org> on 2010/10/04 22:46:41 UTC

[jira] Resolved: (AMQ-2940) Add a way to select and delete scheduled/delayed messages with a message selector

     [ https://issues.apache.org/activemq/browse/AMQ-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Timothy Bish resolved AMQ-2940.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.5.0
         Assignee: Timothy Bish

Fix by AMQ-2941

> Add a way to select and delete scheduled/delayed messages with a message selector
> ---------------------------------------------------------------------------------
>
>                 Key: AMQ-2940
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2940
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker, JMX
>    Affects Versions: 5.4.1
>            Reporter: Thomas Dudziak
>            Assignee: Timothy Bish
>             Fix For: 5.5.0
>
>
> The atm only way to interact with scheduled/delayed messages, the JobSchedulerView mbean, does not provide a way to get or delete messages that match a specific selector, e.g. something that behaves similar to the Session.createBrowser(queue, messageSelector) method.
> This means that for instance in order to delete all scheduled messages with a specific custom property, one has to
> 1. get all messages (which might not even work as the mbean doesn't stream)
> 2. determine if the mbean matches the selector locally and if then hit the removeJob(id) mbean operation
> which is really inefficient.

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