I have a module that slowly dies, eventually running out of memory. I want to trap this from the sender side & report.
>From this module, I can see him taking a message & eventually stopping, so it never accepts another message. >From the server side (the sender), the queue fills up and can't send anymore. I want the server/sender side to be notified of this failure. Is there a way, like a timeout after not being able to send after 5 minutes? I've seen several parameters for the JmsComponent, like receiveTimeout; but I don't want this code on the client side, it already knows it is dying. -- View this message in context: http://www.nabble.com/JmsComponent%2C-client-dying-tp17804357s22882p17804357.html Sent from the Camel - Users mailing list archive at Nabble.com.
