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:42:41 UTC

[jira] Updated: (AMQ-2941) Add a non-JMX way to browse and delete scheduled/delayed messages

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

Timothy Bish updated AMQ-2941:
------------------------------

    Fix Version/s: 5.5.0

> Add a non-JMX way to browse and delete scheduled/delayed messages
> -----------------------------------------------------------------
>
>                 Key: AMQ-2941
>                 URL: https://issues.apache.org/activemq/browse/AMQ-2941
>             Project: ActiveMQ
>          Issue Type: New Feature
>          Components: Broker
>    Affects Versions: 5.4.1
>            Reporter: Thomas Dudziak
>            Assignee: Timothy Bish
>             Fix For: 5.5.0
>
>
> Currently, the only way to deal with existing scheduled/delayed messages is to use JMX against the JobSchedulerView mbean. This has several drawbacks:
> * It requires another connection to the broker.
> * It does not participate in HA failover (e.g. master/slave).
> * Browsing requires to parse the TabularData and CompositeData objects returned by the remote mbean.
> * The mbean doesn't stream data. This means that for instance in a queue with hundreds of thousands of scheduled messages, hitting the getAllJobs mbean operation could kill the broker because of memory problems.
> Instead it would be nice to have something like a queue browser (which that can browse the whole queue, see AMQ-2172) for scheduled/delayed messages that can be created with for instance from a session object. Ideally it would also provide support for message selectors to make it easy to get and delete scheduled messages (see AMQ-2940).

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