Watches/Notifications vs. JMS Delivery Failures
Hi there,
I'm trying to configure an automatic email notification (using a custom WL diagnostic module) for all unexpected errors taking place at the level of my application server. For most errors, this seems to work just fine.
Unfortunately, JMS delivery failures (i.e. message redirected to error destination due to timeout or error on consumer-side) do not (yet?) seem to show-up in my WebLogic server log and consequently do not cause any of my server log watchers to fire and send-out a corresponding mail. They shows-up in the JMS server log, though.
So here come my questions:
1) In general, whats the best way to include JMS delivery failures in my WebLogic email notifications?
I'm trying to configure an automatic email notification (using a custom WL diagnostic module) for all unexpected errors taking place at the level of my application server. For most errors, this seems to work just fine.
Unfortunately, JMS delivery failures (i.e. message redirected to error destination due to timeout or error on consumer-side) do not (yet?) seem to show-up in my WebLogic server log and consequently do not cause any of my server log watchers to fire and send-out a corresponding mail. They shows-up in the JMS server log, though.
So here come my questions:
1) In general, whats the best way to include JMS delivery failures in my WebLogic email notifications?
0