Command to alter the listener port in websphere MQ

2.1k Views Asked by At
alter listener(QM) TRPTYPE(TCP) PORT(1718)

This is the command am using. Please suggest if it is correct.

1

There are 1 best solutions below

1
On BEST ANSWER

Yes, I would expect that command to work as long as you have a listener named 'QM' which you want to alter to listen on TCP port 1718.

DISPLAY LISTENER(*) ALL

Will give you all the information on all the listener objects you currently have defined.