Hena Srivastava Posted January 25, 2022 Posted January 25, 2022 Hi, We would like to know if Tibco ems can be used as an xa transaction manager with Postgresql as a resource manager(or any other resource manager). Do we need to use Tibco BW as transaction manager If so, could you please let us know howcan we get Tibco BW community/trial edition and if you can provide some samples with the configuration. Thanks, Hena Srivastava
Emmanuel Marchiset 2 Posted January 26, 2022 Posted January 26, 2022 TIBCO EMS includes an XA resource manager but not an XA transaction manager. Also the Transaction Manager formerly supported in BW 5.X context is no longer supported. One possible solution would be to use a PostGres Transaction Manager if available, otherwise you can take the approach to do 'chain commit' (commit the EMS message once the database commit is done) with some kind of deduplication mechanism managed in the application logic.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now