Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I am using tmominput to unload the data from a mqueue. I am able to read the data but if the messages in the mqueue crosses 10K the component is failing after reading 10000 messages. I am really not sure where I can adjust the value in order to read all the messages from the mqueue even though the mqueue has more than 10k messages.
Can someone please help
thanks, and as mentioned in a links above
10000 it is a limit for uncomitted read/write, did you test it with select commit checkbox?
hi,
it is still require more information:
- what is you job design
- what is error message
- etc
the more information here, the more chances to have the answer
The Design is quite simple,
open a mqueue connection
using a tmominput I am unloading the data into a file
The error I am getting is MQ error code 2024
🙂
we have choice - you continue "keep a secrets" or we try to help you?
1) tMomInput support 3 type of MQ - ActiveMQ, JBoss, WebSphere - where in your simple description it is defined?
2) You could check checkbox or could not - for example do you check (select) use transacted? (Commit in case if it WebSphere)
similar topics:
https://www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.tro.doc/q040970_.htm
seriously - nothing personal, but you MUST provide all information if you looking for help, or answers could be wrong, for example I use tMomInput with ActiveMQ, is my answer based on ActiveMQ experience would be correct? (ok, I also have some work with WebSphere ... but)
sorry about that, Attached here are the screenshots for tmomconnection and tmominput. It has all the details of what options I have selected.
thanks, and as mentioned in a links above
10000 it is a limit for uncomitted read/write, did you test it with select commit checkbox?