We are using the wsn-notification component of Servicemix-3.2.3 to deliver the notification messages of a particular topic to a subscribed consumer in the push mode. During that, if there is any error in delivery of the message to consumers, we need to capture that error into a java bean (or in any other way that you might suggest) so that we could later do something (eg. delivering it to pull points for all the consumers so that they can later pull their pull points) to prevent that message from being lost.
In fact, I need a way to intercept the messages sent from broker to consumer so that I can do something for persistence of these messages (eg. saving them in database using a java bean) and also to intercept the http reply (eg. delivered or not delivered). Hope to get some help from you...... Chalise -- View this message in context: http://old.nabble.com/wsn-notification-component-in-Servicemix-3.2.3-tp28428729p28428729.html Sent from the ServiceMix - Dev mailing list archive at Nabble.com.
