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.