Hello.
Working with an LLP output endpoint I've realized that it doesn't matter if anyone is listening...
When there is no connector listening, the "Connection refused" exception is launched (in the log), but the counter of 'sent' messages increments as the same rate as the 'Received' one (and 'Errors'=0)
AFAIK this isn't the expeted behabiour, isn't it?
Working with an LLP output endpoint I've realized that it doesn't matter if anyone is listening...
When there is no connector listening, the "Connection refused" exception is launched (in the log), but the counter of 'sent' messages increments as the same rate as the 'Received' one (and 'Errors'=0)
AFAIK this isn't the expeted behabiour, isn't it?
Code:
ERROR [10_destination_1.dispatcher.9] org.mule.impl.DefaultExceptionStrategy: Caught exception in Exception Strategy: Connection refused java.net.ConnectException: Connection refused
Comment