0

Are instance level objects in IBM MDM BusinessProxy/ExternalRules/BehaviorExtension thread safe ?

If 5 threads are invoking a BusinessProxy(BP) via MQ or WebserviceCall or by BatchProcessor,then are 5 BP Objects created newly or is it just a single BP object ?

Zach Bloomquist
  • 5,309
  • 29
  • 44
Chandru
  • 336
  • 1
  • 5
  • 14

1 Answers1

0

I did a POC to validate the same. I found that each time a BP is getting called a new BP object is created and hence the instance level objects are always thread safe.

Chandru
  • 336
  • 1
  • 5
  • 14