Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
EngieNL
Contributor
Contributor

Talend - IBM Websphere MQ

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?

Labels (3)
4 Replies
Anonymous
Not applicable

Hello,

Could you please create a work item jira issue on talend bug tracker?

https://jira.talendforge.org/secure/Dashboard.jspa

Best regards

Sabrina

EngieNL
Contributor
Contributor
Author

Bug created:

Talend DI components TDI-42043

Talend - IBM Websphere MQ - getCurrentDepth

EngieNL
Contributor
Contributor
Author

Hello Sabrina,

 

How will this be handled?

 

Kind regards,

 

Harold van den Broek

Anonymous
Not applicable

Hello @EngieNL 

This jira issue is still "New" and we will keep you posted as long as there is any update.

Best regards

Sabrina