I started the Java client with a system property "user.name=SYSTEM" and I got rid of MQJMS2013 problems.
MQ Java client in CLIENT (tcp/ip) transportType mode relies on the user.name System ...
I started the Java client with a system property "user.name=SYSTEM" and I got rid of MQJMS2013 problems.
MQ Java client in CLIENT (tcp/ip) transportType mode relies on the user.name System ...
We had communication problems in Windows 2003 which has SNP (Scalable Networking Pack) installed. SNP enables TCP Offload Engine (http://en.wikipedia.org/wiki/TCP_Offload_Engine) by default if the NIC ...
Websphere doesn't do backout handling in non-ASF mode. (at least for WAS 5.0.x) You'll have to write your own backout handling code. Redelivery works only for Container managed transactions in MDBs. ( ...
"Non-ASF mode is enabled by setting the NON.ASF.RECEIVE.TIMEOUT custom property on the Message Listener Service, see WebSphere Application Server documentation for more details"