In
real time we may deploy/undeploy message flows based on some business
logic/condition, Also we may set certain properties like debug port,
configurable service properties etc of the broker/execution group/message flows
at runtime.
All
above mentioned flexibility can be achieved through this API.
Scenario
: Before
running any message flow(MQ based) we should have all queues created (which are
used by the flow), We can use this API to list all the queues used by any
execution group/message flow & then create these queues either manually or
programmatically. This is very useful when we just have the BAR file &
don’t have access to the message flows.
For more info follow the below doc link
This doc lists few of the features provided by API.
I have given sample Java programs to deploy/undeploy BARs.
No comments:
Post a Comment