My production environment has a broker trigger enabled and processing serially. I would like for this trigger to process concurrently instead, so I made my changes in my development environment (serially>concurrently) and all is well. I attempt to deploy the pkg to production, and it fails because of the following:
[ISS.0098.9014] BrokerException: Client Contention (201-1034): Cannot reconnect client ‘mybroker.Trigger_onResponse’. Cannot change shared document ordering property while reconnecting to an existing client.
i assume it didn’t like that i changed the mode from serial to concurrent midflight. what’s a recommended solution on how to get around the problem?
#broker#Universal-Messaging-Broker#Integration-Server-and-ESB#webMethods