I think fjb_saper was right and problem is :
"...If you use the Java bindings, the JMS application and the WebSphere MQ queue manager must be located on the same machine..."
I have Reason Code 2058 which means "Queue manager name not valid or not known." but it make no sense...
I'm sorry but I'm not shure what does I mean "change transport to Client"
...
Hi,
strange think, I have MQ on my computer and one MQ on server.
I can connect to my computer with this code:
public class AGFactoryConn {
private static final String qManager = "qmlocal&qu ...