Hi, I'm hoping someone can clear a few things up for me.
I have a component derived from ComponentSupport that implements MessageExchangeListener. Can the onMessageExchange method be called more than once simultaneously, or do messages queue behind it? Initial testing suggests that processing one message causes others to wait, but this doesn't seem right.
A similar question applies to the ExchangeResponseListener interface. If I send multiple asynchronous messages, will the return messages queue. Is it safe to store state between send and onMessageExchangeResponse being called.
Could someone point me in the right direction here? Thanks in advance. Adam
