You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (JIRA)" <ji...@apache.org> on 2018/03/14 02:50:00 UTC

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

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

Justin Ross closed QPID-1687.
-----------------------------
    Resolution: Won't Do

> 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: QMF
>            Reporter: Ian Main
>            Assignee: Ted Ross
>            Priority: Major
>
> 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 was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org