Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
I want to listen to JMS queue, but I need to process the messages in order of which they are published.
If one application has 2 editions of a message published to the queue (insert and then delete),
and I have 3 JMS listeners, I can't promiss that the insert will be processed before the delete.
Some designers have a solution for that, like Tibco BW Designer - I can set a sequence key which guarantees
that no two messages are processed at the same time with the same key, thus ensuring that the insert command
will be processed before the delete one.
Is there a solution for this in Talend?
For the sake of the issue, I'm using tibjms.jar.
Thank you!