Search code examples
ibm-integration-bus

IBM App Connect Enterprise - Service Orchestration without an IBM MQ


According to the IBM documentation it seems to use the Aggregate Control Node an IBM MQ is required.

I need to make a service call, get an array of values, and pass those values one by one to a different service in an iterative manner.

I was trying a sample, then when deploying the PI only this error message popped up.

The node of type 'AggregateReply' named 'getGetLoanInfoOrch (Implementation).Aggregate Reply' requires a queue manager to be specified on the integration node.

Can't this be done without using an IBM MQ?

Any help is very much appreciated.


Solution

  • You linked to the IIB 9 documentation. If you can switch to IIB 10 or ACE 11, you have the possibility to use the Group nodes, which are a stateless alternative to the Aggregate nodes.