Hi all,
This is very strange...
I have an EJB (Stateless Session) deployed on WebSphere 6.0.
It posts a message to a queue, which is configured on a different machine using WebSphere MQ.
Intermittently my application fails to post the message to the queue. The SystemOut.log shows the following exception:
The funny thing is, this occurs intermittently... Upon getting a failure, if I retry with the same request, it will go through successfully.
I cross checked all the configurations on the Queue Destination and Queue Connection Factory with other queues defined on other servers, all values seem to be alright.
I am unable to find out any cause or solution for this... I'm totally clueless