You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ian Main (JIRA)" <qp...@incubator.apache.org> on 2009/02/25 20:05:01 UTC

[jira] Created: (QPID-1687) Should have a way to attach user data to objects in QMF

Should have a way to attach user data to objects in QMF
-------------------------------------------------------

                 Key: QPID-1687
                 URL: https://issues.apache.org/jira/browse/QPID-1687
             Project: Qpid
          Issue Type: Wish
          Components: Qpid Managment Framework
            Reporter: Ian Main


It would be nice to provide an API that allows you to attach 'user data' to objects in QMF.  I think it should be a key/value system and the agent should be automatically responsible for tracking that information.  Maybe something like:

pool = @session.object(...)
pool.userset('should_delete', 'true')
should_delete = pool.userget('should_delete')

or maybe:

pool._user['should_delete'] = true

As mentioned you could do this today but it would require that you work it into your agent.  I would like to see this automatically available for all agent objects..
The actual API to do this can be set up in different ways..

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org


[jira] Assigned: (QPID-1687) Should have a way to attach user data to objects in QMF

Posted by "Ted Ross (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Ross reassigned QPID-1687:
------------------------------

    Assignee: Ted Ross

> Should have a way to attach user data to objects in QMF
> -------------------------------------------------------
>
>                 Key: QPID-1687
>                 URL: https://issues.apache.org/jira/browse/QPID-1687
>             Project: Qpid
>          Issue Type: Wish
>          Components: Qpid Managment Framework
>            Reporter: Ian Main
>            Assignee: Ted Ross
>
> It would be nice to provide an API that allows you to attach 'user data' to objects in QMF.  I think it should be a key/value system and the agent should be automatically responsible for tracking that information.  Maybe something like:
> pool = @session.object(...)
> pool.userset('should_delete', 'true')
> should_delete = pool.userget('should_delete')
> or maybe:
> pool._user['should_delete'] = true
> As mentioned you could do this today but it would require that you work it into your agent.  I would like to see this automatically available for all agent objects..
> The actual API to do this can be set up in different ways..

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


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org