Hello All!
I have a query regarding general behaviour of a business process in Ensemble.
I have a BPL which has a call block out to an operation (Adapter class EnsLib.SOAP.OutboundAdapter). The call to this operation is synchronous (i.e. the Asynchronous box is not ticked), with a long time out value. and the pool size of the process is set to 1 in the management portal.
What I am seeing is that when messages are being processed, a second message is being processed by the BPL before the first message that entered the BPL has had a response back from the call to the operation.

