Hi all,
I was just wondering how you guys are taking care of errors in collaborations, Marshal/Unmarshal - execution - connection, etc...
Just to provide a starting point I'll describe how we are handling them inside our application:
At the moment we are using a java class that independently from configured ETs in the collaboration sends an error ET to an error queue, this is done via a JMS client implementation....
Subsequently the error events are read off the queue by a SQL server eWay and stored in a DB...
This seems to be the suggested implementation by Seebeyond (at least the first portion), apart from the fact that they use an ETD that is configured in every collaboration as an output instance.
I was wondering if anybody else had come up with some esoteric alternative to this?
We are also thinking of implementing retrying to process messages that erred more than once and message replaying, as we call it, meaning the possibility to reintroduce the
msg after being edited...
Got any bright design idea?
Any thought highly appreciated!
Let's share!
Happy coding....
Technocat
I was just wondering how you guys are taking care of errors in collaborations, Marshal/Unmarshal - execution - connection, etc...
Just to provide a starting point I'll describe how we are handling them inside our application:
At the moment we are using a java class that independently from configured ETs in the collaboration sends an error ET to an error queue, this is done via a JMS client implementation....
Subsequently the error events are read off the queue by a SQL server eWay and stored in a DB...
This seems to be the suggested implementation by Seebeyond (at least the first portion), apart from the fact that they use an ETD that is configured in every collaboration as an output instance.
I was wondering if anybody else had come up with some esoteric alternative to this?
We are also thinking of implementing retrying to process messages that erred more than once and message replaying, as we call it, meaning the possibility to reintroduce the
msg after being edited...
Got any bright design idea?
Any thought highly appreciated!
Let's share!
Happy coding....
Technocat