JMS Consumer in pipeline is connecting to an IBM MQ server.
The number of GETs is very high, around 50,000 GETs in 15 minutes with Valid GETs (Messages consumed) in the low hundreds.
This is usually resolved by setting MQGMO_WAIT and interval set to 60 seconds.
In JMS this is set in property “receive.timeout”.
Does anyone have idea on how to specify this via the JMS properties in UI of streamiest pipeline ?