0

I am trying to use Queue-s, so I need to set a Connection Factory, and Queue.

But at the beggining, I can't go forward. I can't set the Connection Factory.

I am using this link to set up a connection factory: link

But at the 9th step I don't know what to set, this is the interface to set: picture

If I set "localhost" to Hostname, then click NEXT and trying to test it, I get this message:

A connection could not be made to WebSphere MQ for the following reason: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2059' ('MQRC_Q_MGR_NOT_AVAILABLE').

So.. How could create a connection factory?

1 Answer 1

1

The transport should not be client if you are trying to connect to a local qmgr in bindings mode. The application server will access the qmgr using IPC.

If you are trying to connect as a client then TCP will be used in that case you need to specify the port where the qmgr listener is listening and the SVRCONN (server connection) channel to use.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.