|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
ExecutionGroupProxy.Execute |
« View previous topic :: View next topic » |
Author |
Message
|
ChiefBrody2020 |
Posted: Tue Feb 18, 2020 6:02 am Post subject: ExecutionGroupProxy.Execute |
|
|
Newbie
Joined: 18 Feb 2020 Posts: 1
|
Hello,
I haven't found a topic concerning my issue:
The IntegrationAPI documentation describes the execute method for an ExecutionGroupProxy as follows:
=========================================
public AdminQueueEntry execute(java.lang.String action,
java.util.Properties actionParameters,
java.lang.String objectName,
java.util.Properties objectProperties)
throws ConfigManagerProxyLoggedException
Asks the broker to execute an action against this execution group.
Parameters:
action - the action to execute
actionParameters - parameters to apply to the action
objectName - optional objectName to which to apply the action.
objectProperties - properties that are applied to the object
Returns:
AdminQueueEntry that contains the progress/results of the action.
=========================================
I would like to use the execute command to configure an integration server from within a java application, like setting a port, setting integratedWindowsAuthentication and so on.
I already set a port using the "setRuntimeProperty" method on the executionGroupProxy, but this method does not return a result or any progress information like the execute method promises.
Is there further information available about the possible values of the parameters like different actions, actionParameters, objectNames and objectProperties?
Is there sample code available?
Thanks in advance! |
|
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
|
|
|
|