Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I am trying to read from a queue from IBM Websphere MQ.
The queue I am using is a alias queue, not a physical queue.
I am using the job: tMomConnection - tMomInput - tFileOutputXML
In the code of tMomInput exists the following code:
if (Integer.valueOf(
remoteQ_tMomInput_1.getCurrentDepth())
.equals(0)) {
flagtMomInput_1 = false;
}
The thing is that the command getCurrentDepth is not allowed on an alias queue. The existing policy is that every connection to a queue happens with an alias queue.
Is there a workaround this problem?
Or is there a version of tMomInput that doesn't use this command to find the amount of messages on the queue?
Hello,
Could you please create a work item jira issue on talend bug tracker?
https://jira.talendforge.org/secure/Dashboard.jspa
Best regards
Sabrina
Hello Sabrina,
How will this be handled?
Kind regards,
Harold van den Broek
Hello @EngieNL
This jira issue is still "New" and we will keep you posted as long as there is any update.
Best regards
Sabrina