Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
AbiJeev
Creator
Creator

tMomOutput Exception

hi,
   We are sending some files to ActiveMQ brokers. And we have used tMomOutput for that, and we used it several jobs it was working fine, but when we load multiple files (bulk processing), many files are hitting it parallely, that time we get below errors,
1. tMomOutput_1;javax.jms.JMSException:Could not create Transport. Reason: java.io.IOException: Transport scheme NOT recognized: ;1
2. tMomOutput_1;javax.jms.JMSException:Wire format negotiation timeout: peer did not send his wire format.;1.     
how to resole the above issues. When i load bulk files am getting the above errors.
Labels (3)
2 Replies
AbiJeev
Creator
Creator
Author

Hi,
  For Issue #2, I have seen the below link 3rd point, which we can try, but for 1st issue ( Transport scheme NOT recognized), am not sure what we need to do . Please note these issues are not occurring frequently, these are occurring only during heavy load (too many files)
http://activemq.apache.org/javaxjmsjmsexception-wire-format-negociation-timeout-peer-did-not-send-hi...
AbiJeev
Creator
Creator
Author

hi,
  Could anyone help on the above mentioned issue please .