UrbanCode / IBM-Integration-Bus-UCD

The IBM Integration Bus (IIB), formally WebSphere Message Broker, for UrbanCode Deploy contains various steps to manage execution groups, brokers, and message flows using the Integration/CMP API.
https://developer.ibm.com/urbancode/plugin/websphere-message-broker-cmp-ibmucd/
3 stars 6 forks source link

162830 IIB Deploy step hangs if no response is received #1

Closed nhmathis closed 7 years ago

nhmathis commented 7 years ago

The Deploy Step now uses the timeout to wait. After half the time period has passed, it will poll the response every 10 seconds until the complete timeout has elapsed or a response has been received.

The package was missing from IIB9ConnectionBroker.groovy

nhmathis commented 7 years ago

While testing I found that the disconnectAll() method is only present in v10, not v9. To preserve full compatibility, I've changed it back to disconnect(). I've confirmed with jrbarto that is the appropriate path to take.

nhmathis commented 7 years ago

Invalid approach. Closing.