How to correctly monitor a Java Batch process? -
i trying find way monitor progress of java batch process. first thought receive start event posts every task done queue , asynchronously subscribe queue process each message processed whet must done, not coupling code.
i must have way send notifications if unexpected occurs. so, idea use snmp (send snmp trap systems able receive it) signal if batch process fails. correct thought? ideas?
Comments
Post a Comment