Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is the difference between TOS Data Integration and ESB?
In a simple job with tMOMOutput followed by tMSSqlOutput, how do I make both components run within the same transaction?
Can the ActiveMQ client acknowledgement and the database commit both happen within a single transaction?
Can the ActiveMQ client acknowledgement and the database commit both happen within a single transaction? Is it possible that the server/process dies in between database commit and message acknowledgement so that a record is written to database but the message is not acknowledged? (<--this is undesirable for us)