A log trace is added on both method:
'AbstractListener.sendSync(...)' used to send synchronously messages to service provider,
'AbstractJBIListener.onExpiredAsyncJBIMessage()' used to process request message sent asynchronously to service provider. As this method is overridden at component level, it is needed to check that the default implementation is invoked with 'super.onExpiredAsyncJBIMessage(asyncExchange, asyncContext)'.
A unit test should be added at component level to verify the right processing of timeout, including this log trace.
A log trace is added on both method:
'AbstractListener.sendSync(...)' used to send synchronously messages to service provider,
'AbstractJBIListener.onExpiredAsyncJBIMessage()' used to process request message sent asynchronously to service provider. As this method is overridden at component level, it is needed to check that the default implementation is invoked with 'super.onExpiredAsyncJBIMessage(asyncExchange, asyncContext)'.
A unit test should be added at component level to verify the right processing of timeout, including this log trace.