The following changes have been made to the connector in this
release:
- New samples have been added to demonstrate how the connector works with
the WebSphere MQ Integrator Broker.
- The connector now supports dynamic updates to the trading partner
configuration file.
- The connector now supports parallel processing for multiple events.
To implement this functionality, four new connector-specific properties have
been added:
- DeliverOnArrival--Specifies whether incoming events are processed one
at a time (by using the PollForEvents mode) or simultaneously.
- DeliverOnArrivalThreads--Specifies the number of threads that can be
used for parallel event processing.
- WaitForController--Specifies the amount of time the connector waits
for the controller to become active.
- ControllerWaitCount--Specifies the number of times the connector
attempts to contact an inactive controller.
