frankie007 [
http://community.jboss.org/people/frankie007] commented on the document
"Detyped Description of the AS 7 Management Model"
To view all comments on this document, visit:
http://community.jboss.org/docs/DOC-16317#comment-7477
--------------------------------------------------
Hi Brian,
Great article, but one thing is not really clear to me. I hope this is the right place to
ask.
Suppose I want to execute an operation of a child of a resource (for example: I want to
add a jms-topic). How should I build the address?
I understand that the address exists of key-value pares, but what is the key of a child
resource?
I would of course start with
ModelNode address = op.get("address");
address.add("subsystem", "messaging");
but what is next? I've tried a lot of combinations, but nothing worked.
Could you please help me with this one?
Thanks a lot,
Laurenz
--------------------------------------------------