Reputation: 43
I have a flow with wmq, java transformer , and file endpoint.
The issue is wma is not fetching the message serially. Wmq is randomly picks the message and after java transformation, puts in a folder.
Any help will be appreciated.
Upvotes: 1
Views: 185
Reputation: 33413
Is your queue configured correctly?
MSGDLVSQ(FIFO)
Otherwise, messages will be processed in priority sequence.
Upvotes: 1