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:[email protected]