Note that there are some explanatory texts on larger screens.

plurals
  1. POwebsphere MQ explorer on windows
    text
    copied!<p>I am a very beginner to WebSphere MQ world and this is what I'm looking for:</p> <p>I have to create a simple system with 2 Machine (sender and receiver) to share messages on a queue:</p> <p>PC 1 sender --> Queue --> PC 2 receiver</p> <p>Both machines are Windows based and actually are on the same physical PC using virtualbox P1 (host) and PC 2 (guest)</p> <p>Here is what I have done following online guides:</p> <p>PC 1 sender:</p> <ol> <li>Websphere MQ (full trial) installed</li> <li>on MQ Explorer: <ul> <li>Queue Manager "QM.01" created</li> <li>local Queue "Q.01" created with use=Transmission</li> <li>channel sender "CH.01" created with queue=Q.01 and some doubts on connection which actually is 1414</li> </ul></li> </ol> <p>PC 2 receiver: </p> <ul> <li>only MQExplorer installed</li> <li>try to create a remote queue manager with sender IP, 1414 port, and CH.01 channel --> error 2539 (something wrong on PC 1 configuration</li> <li>try to create a remote queue manager with sender IP, 1414 port, and default SYSTEM.ADMIN.SVRCONN channel --> error 4036 (something wrong with account authentication, I tryed to use the same "Adminitrator@PC 1" user. I've also tried to create the remote queue manager on PC 1 itself with the same result)</li> </ul> <p>I suppose my error could be on PC 1 channel, its icon has a yellow or blue triangle and status=trying are not good.</p> <p>Ps. forgive me if some setting name are not matching the English version, I have to translate them.</p> <hr> <p>Now that I've been able to configure a remote <code>QMgr</code> on client PC I would learn how to write a simple program (maybe in <code>Java</code>) to read from a queue on the remote queue manager.</p> <p>I've found a few guides but, before starting in Java, I tried to test <code>amqsget</code> and <code>amqsput</code> from command prompt.</p> <p>There are no problems from the server machine (with <code>Websphere</code> full trial installed) but the console can't recognize the command from the client (with both <code>Websphere client</code> and <code>MQ Explorer</code> installed)</p> <p>Where are my mistakes, or what passage have I missed?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload