|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ExecutionGroupProxy method to retrieve MessageFlowDependency |
« View previous topic :: View next topic » |
Author |
Message
|
moorej_gl |
Posted: Tue Oct 21, 2008 8:53 am Post subject: ExecutionGroupProxy method to retrieve MessageFlowDependency |
|
|
 Apprentice
Joined: 01 Dec 2003 Posts: 35 Location: Madison, WI
|
Hi there - The infocenter page for the ExecutionGroupProxy class lists only the method getMessageFlowDependencies() for retrieving info about deployed message sets, jars, etc. from a configmgr. However, the page for MessageFlowDependency contains some sample code with the following:
Quote: |
ExecutionGroupProxy e = b.getExecutionGroupByName("default");
MessageFlowDependency mfd = e.getMessageFlowDependencyByName("mrm.dictionary"); |
Does anyone know if there is (or was) a getMessageFlowDependencyByName method defined for ExecutionGroupProxy? It doesn't seem to exist in the v6.1 ConfigMgrProxy classes, but it would be useful to have. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Oct 21, 2008 9:03 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
That was probably me getting overexcited by sample code before firming up the APIs; there's test-driven development for you.
Anyway, ExecutionGroupProxy.getDeployedObjectByName() will do what you want. |
|
Back to top |
|
 |
moorej_gl |
Posted: Tue Oct 21, 2008 9:18 am Post subject: |
|
|
 Apprentice
Joined: 01 Dec 2003 Posts: 35 Location: Madison, WI
|
mqmatt wrote: |
Anyway, ExecutionGroupProxy.getDeployedObjectByName() will do what you want. |
You're right - that works fine. Thanks!  |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|